Disclaimer: This project is not a commercial endeavor and was created solely for educational purposes to practice the concepts used. It is not affiliated with or endorsed by Spotify.
This project is a Spotify UI clone, which aims to recreate the user interface of the popular music streaming platform Spotify. The clone provides a similar look and feel to the original Spotify application.
Click here to open the Preview
Use the commands below to run project locally.
git clone [email protected]:GoncalvesDanilo/spotify-clone.git
cd spotify-clone
npm i
npm start
Please note that you need to have Node.js and npm (Node Package Manager) installed on your machine before running the above commands.