This app shows your favorite tracks and artists based on Spotify and creates playlists from them.
- Users can display users' top tracks and create playlists from them.
You must have .env file with these config
REACT_APP_SPOTIFY_CLIENT_ID=
REACT_APP_SPOTIFY_REDIRECT_URI=
$ git clone https://github.com/alihan/statify.git
$ cd statify
$ npm install
$ npm run start