This project was created by Alex Gaignard. The goal of this project was to make a website that would indicate what you've been listening to on spotify.
The technology use is React
You can preview the website here
In the project directory, you can run:
$ docker build . -t spotify-app:latest
$ docker run -p 8080:8080/tcp --name spotify-app spotify-app:latest
Runs the app in the production mode.
Open http://localhost:8080 to view it in the browser.
Or
$ npm start
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.