This repository contains a clone of the music service called Spotify built using Astro, a modern front-end site builder that offers incredibly fast performance. It is designed as a learning method, with the objective of polishing skills.
- Spotify-like user interface.
- Music playback.
- Design adaptable to different devices (responsive design).
- Clone this repository:
git clone https://github.com/francisco-leiva/spotify-clone.git
- Navigate to the project folder:
cd spotify-clone
- Install dependencies:
pnpm install
- Run the project:
pnpm dev
Visit http://localhost:4321
in your browser to see the application in operation.