This is a front-end clone of the Spotify home page, developed using Alura's front-end immersion, but I migrated it to React + Vite.
Search for your favorite artist, we have some in our testing API.
We have a handmade api for testing, you can find on .api-artists/artists.json
- Clone this repository:
git clone https://github.com/lucaanequini/react-spotify.git
cd react-spotify- Install dependecies:
npm install- Run:
json-server api-artists/artists.json --port 3000
npm run devLuca Anequini Antoniazzi