Deezer-Clone
This project is a clone of the Deezer music streaming app built using Vite, Vue 3, Tailwind CSS, Pinia, and JavaScript. The app allows users to explore music, create playlists, and discover new tracks.
Features
- Music Streaming: Stream your favorite tracks and discover new music.
- Playlists: Create and manage your playlists.
- Search: Find songs, albums, and artists.
- Responsive Design: Optimized for both desktop and mobile devices.
Technologies Used
- Vite: A fast build tool for modern web projects.
- Vue 3: A progressive JavaScript framework for building user interfaces.
- Tailwind CSS: A utility-first CSS framework for rapid UI development.
- Pinia: A state management library for Vue.
- JavaScript: The programming language used for the app's logic.
Installation
Clone the repository:
```bash
git clone https://github.com/your-username/deezer-clone.git
or
Navigate to the project directory:
bash
cd deezer
Install dependencies:
bash
npm install
Start the development server:
bash
npm run dev