This repo is the React frontend of a playlist curation app. This personal project utilizes the Spotify and YouTube API to pull user information/use their search functions to find songs. Frontend was built with React and CSS styling done with MaterialUI. To see Rails backend click here.
- Live site here
- See demo here
- User can create custom playlists using sources from both YouTube and Spotify with just their shareable song links.
- User can parse through their curated Spotify playlists to find their favorite songs' links.
- User can search for YouTube videos in the Search section to get video links.
- User can listen to songs from both websites in one playlist.
Below are instructions to view the application on your machine. Instructions assume you have React installed.
- Install dependencies
npm install
- Launch React
npm start
Project was inspired by wanting a single place to play music from multiple sources without having to switch between websites.
- Project is maintained by me
- Feel free to give feedback or ask questions
- Licensing info – at this time this project is not intended to be open sourced and project is not authorized for reuse
