Skip to content

GoncalvesDanilo/spotify-clone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spotify Clone 🎧

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.

Preview

Click here to open the Preview

Running locally

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.