spotify react is an app that uses react, and the spotify web api to connect to spotify and make calls to the api to get user playlist data and search spotify for artists, albums, and tracks.
- Fork it!
- Install npm modules:
cd react-spotify npm i
- Start webpack dev sever:
npm start
- Your app should now be running on localhost:8080.
npm run build
heroku create
git push heroku master
heroku open
- React - For UI views and client side routing
- Node - For server
- Webpack - For dependency bundling
- Express - Node server framework
- Bootstrap 4 - For styling
- Spotify Web API - Spotify Web API
This project is licensed under the MIT License