Ranked Records is a web application that lets you create playlists that include all songs from an artist, ordered by either popularity or release date. It supports adding mulitple artists, and uses Spotify artist recommendations to suggest similar ones.
The project is hosted with Render, at https://ranked-records.onrender.com/.
Mainly things for myself later, but this repo is cloneable and runnable if you want to play around with it.
- cd into client folder and run
npm install
thennpm start
- This will start the react app on localhost:3000
- cd into server folder and run
npm install
thennode server.js
- This will start the server on localhost:3001
The following variables need to be set:
- SECRET
- PORT
- LOGIN_URL
- REACT_APP_CURRENT_URL
If you have feedback/issues/feature requests, you can create an issue or submit it in this Google Form.
I referenced this YouTube tutorial to get started.
Contributing for this project is currently closed. However, I do plan on adding it in the future, so you can star this repository to get notified when that happens!