This project is a web application built with Astro, React, Svelte and Tailwind CSS, with the goal of recreating the user interface and functionality of the Spotify platform. The main goal is to master Astro and React, with the audio player logic.
The main objectives of this project include:
Frontend Technology Exploration: Experiment with various frontend technologies such as Astro, React, Svelte, and TypeScript to understand their strengths and weaknesses in building modern web applications.
UI/UX Design: Focus on creating an intuitive and visually appealing user interface similar to Spotify's, emphasizing responsiveness and interactivity.
git clone https://github.com/mcfrostys/spotify-clone
cd spotify-clone
npm install
npm run dev
http://localhost:4321/
Feel free to explore and customize this Spotify Clone according to your preferences and project requirements!
Professor: Miguel Ángel Durán