React Spotify Clone Build using:
- ReactJS
- Styled-Components
- Spotify-API
- React-Icons with the purpose to learn react context api, useContext hook and creating custom hooks, usage of styled-components.
To Run:
- Clone the project
- Add .env file with below credentials
REACT_APP_CLIENT_ID="your-client-id"
REACT_APP_REDIRECT_URL="http://localhost:3000/"
REACT_APP_API_URL="https://accounts.spotify.com/authorize"
REACT_APP_SELECTED_PLAYLIST_ID="your-select-playlist"
- npm start the project
Note:- The play, pause, next, previous, volume features and rest features are available to you with the premium plan.
TODO:
- Host the site
- Login Page
- Authorization Permission Page
- Main Home Page