Connect with your Spotify account and get color palettes from your favorite albums.
This application was developed with two objectives: show my skills with web development and try tools and paradigms in a production environment.
See the API server source code.
The main concept was created when I have seen the Starboy's album cover, from The Weeknd. The colors are amazing! It was photographed and designed by Nabil Elderkin. To create a unique word, I just added two B's and changed I by Y.
- Fork this repository to your own GitHub account and then clone it to your local device
- Install dependencies using NPM:
npm install
- Make the necessary changes and ensure that the tests are passing using
npm test
- Send a pull request