Mood for Spotify is a single-page application built using React and Styled-Components. It allows users to visualize personalized Spotify data. Users can also create new playlists using their own custom filters.
- Register a Spotify App and add
http://localhost:8888/callback
as a Redirect URI in the app settings - Create an
.env
file in the root of the project. - Install dependencies in both
client
andserver
directories usingnpm install
. - From the
client
directory:npm start
. - From the
server
directory:npm run server
. - Visit
http://localhost:3000/
- axios
- cors
- dotenv
- express
- concurrently
- nodemon
- styled-components
- react-slider
- react-router-dom
- react-bootstrap-icons
- react-chartjs-2
- chart.js
- firebase
- react-dom
- react-fontawesome
- react-scripts