This is a Spotify clone app built with React, Vite, TypeScript, and TailwindCSS. It is designed for learning purposes and aims to replicate the user interface of Spotify, including features such as playlists, responsive design, and a music player.
- User interface similar to Spotify
- Playlist functionality
- Responsive design
- Music player
- React
- Vite
- TypeScript
- TailwindCSS
To clone the repository and install the app using npm, follow these steps:
- Open your terminal.
- Navigate to the directory where you want to clone the repository.
- Run the following command to clone the repository:
git clone https://github.com/pablogarc/spotify-clone-reactjs-vite.git
- Change into the cloned directory:
cd spotify-clone
- Install the dependencies using npm:
npm install
- Start the development server:
npm run dev
Now you can access the Spotify Clone app in your browser at http://localhost:5173/
.