Git Product home page Git Product logo

spotify-clone's Introduction

How to run

  1. Download the project and open a terminal on the source folder
  2. Run nvm use 16.13. You need to have node version manager installed.
  3. Run npm i to install dependencies
  4. Create a .env.local file in the base directory of the project and paste the following code:
NEXTAUTH_URL=http://localhost:3000

NEXT_PUBLIC_CLIENT_ID=5159cb37acf8461783fd321316eb9c41

NEXT_PUBLIC_CLIENT_SECRET=378d70b971fd412e826aad6de40b744a

JWT_SECRET=eyJhbGciOiJIUzI1NiJ9.eyJSb2xlIjoiQWRtaW4iLCJJc3N1ZXIiOiJJc3N1ZXIiLCJVc2VybmFtZSI6IkphdmFJblVzZSIsImV4cCI6MTY0MDAxMjI0NCwiaWF0IjoxNjQwMDEyMjQ0fQ.vaPFVpX3OKmtIyRnGEUuqPEfm5dTRJDyskQSX5ejbII
  1. Run the project using npm run dev. Make sure to be using port 3000, otherwise it will throw an invalid uri error

What's the task?

Develop a simple two-screen application:

  • Login screen
  • Result screen
  1. You have to be able to log in with Spotify.
  2. The result view should show a list with the user's top Artist and a list with the top Tracks.
  3. The track must be able to reproduce its preview (if available).

Important.

  • Must be developed in ReactJS.
  • Must use TypeScript.
  • NextJS can be used.
  • Steps must be documented in order to test the application.
  • Any CSS framework can be used in the mockup.
  • The mockup must be responsive.

spotify-clone's People

Contributors

ezequielzion avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.