This is a personal practice project where I created a basic Spotify clone using Astro. The project allows playback of songs stored in the public folder, and these songs are from the YouTube Audio Library.
- Audio playback from local files.
- Basic interface similar to Spotify.
- Playlist with songs from the YouTube Audio Library.
-
Clone this repository:
git clone https://github.com/maive1/spotify-clone.git
-
Navigate to the project directory:
cd spotify-clone -
Install the dependencies:
yarn install
-
Start the development server:
yarn astro dev
- Visit
http://localhost:4321in your browser to see the project in action. - Use the interface controls to play the available songs.
The songs used in this project are from the YouTube Audio Library and are royalty-free.
- Astro
- JavaScript
- React
- Svelte
- Tailwind
This is a personal practice project and I am not currently seeking contributions. However, any suggestions or feedback are welcome.