This code contains a clone of the popular music service Spotify built using Astro, a modern front-end site generator that offers incredibly fast performance.
- User interface similar to Spotify.
- Music playback.
- Search, playlists and user profiles functionalities.
- Responsive design.
-
Clone the repository:
git clone https://github.com/Kilian-Sosa/spotify-clone.git
-
Enter the project folder:
cd spotify-clone
-
Install the dependencies:
npm install
-
Run the project:
npm run dev
Visit http://localhost:4321
to view the project.