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.
- Clone the repository:
git clone https://github.com/mcfrostys/spotify-clone
- Navigate to the project folder:
cd spotify-clone
- Install dependencies:
npm install
- Start the development server:
npm run dev
- Open your browser and visit:
http://localhost:4321/
Feel free to explore and customize this Spotify Clone according to your preferences and project requirements!
Professor: Miguel Ángel Durán