Get your daily music ispiration based on your mood and preferences.
- React
- TypeScript
- SWR for data caching
- Styled Components
To install the necessary dependencies and start the development server:
npm i && npm start
Create .env.local file with the following data:
REACT_APP_SPOTIFY_API_ENDPOINT=https://api.spotify.com/v1
REACT_APP_SPOTIFY_CLIENT_ID=<REACT_APP_SPOTIFY_CLIENT_ID>
REACT_APP_SPOTIFY_API_ENDPOINT=<REACT_APP_SPOTIFY_CLIENT_SECRET>
REACT_APP_SPOTIFY_ACCESS_TOKEN=<REACT_APP_SPOTIFY_ACCESS_TOKEN>
Getting started with Spotify Web API: https://developer.spotify.com/documentation/web-api/tutorials/getting-started