This is a music web page built using React, Tailwind CSS, React Redux, Redux Toolkit, Shazam API, and Vite.
- Listen to songs
- Search songs
- View song lyrics
- Get trending songs
- Get trending artists
- React: A JavaScript library for building user interfaces.
- Tailwind CSS: A utility-first CSS framework for rapid UI development.
- Redux Toolkit: A package that provides tools for efficient Redux development.
- Shazam API: An API that allows you to access music recognition, search, and other music-related features.
- Vite: A fast and opinionated web build tool that sets up your development environment with instant server start and hot module replacement.
-
Clone the repository: git clone https://github.com/PrtHub/Musix
-
Navigate to the project directory: cd musix
-
Install the dependencies: npm install
-
Start the development server: npm run dev
-
Open your browser and visit
http://localhost:5173
to view the musix web page.
Contributions are welcome! If you find any bugs or have suggestions for improvement, please open an issue or submit a pull request.
This project is licensed under the MIT License.