A one-page website to automatically generate playlists from movies and import them on your Spotify account.
- Login with Spotify.
- Search for movies using themoviedb API.
- Search for soundtracks using the Wikipedia API.
- Import them on Spotify using its API.
-
Clone this repo in your local environment using
git clone
. -
Create the
.env
file in the client folder and add your MovieDb and Spotify API keys saving them asREACT_APP_theMovieDb
andREACT_APP_spotifyClientID
. -
Go to the client folder
cd /client
. -
npm install
to begin dependencies installation. -
npm start
to run it.
- React - Front end library for building user interfaces
“The trouble is, you think you have time.”
The project was developed as part of the Codeworks bootcamp and it was the first project I worked on and I had only one week to deliver it.
Here is a few things I would like to improve:
- Write tests.
- Improve the login functionality (i.e. User token saved in local storage).
- Improve the soundtracks search functionality to include previously created playlist on Spotify.
- Check the images slider, sometimes it's not loading correctly after the user login.