Hello, this is a SPA, with behaviors of Spotify Hope you enjoy it!
- ReactJS
- Styled-Components
- Axios
First, download the zip or clone this repository into your personal computer.
Use the package manager [yarn or npm] to install the dependencies.
bash
yarn
After that, you can launch the application using the following command:
yarn start
Then you have to create a file with the name '.env' at the root folder of the project. Inside this file you have to create a variable with named REACT_APP_API_URL.
The entire app was made by me.