A modern music application built with React, Vite, and Tailwind CSS. This project is open source and we welcome contributions from the community.
- Browse and play music: Search for your favorite songs, artists, and albums.
- Create and manage playlists: Organize your music into custom playlists.
- User authentication: Sign up and log in to save your playlists and preferences.
- Responsive design: Enjoy a seamless experience on both desktop and mobile devices.
- Keyword Shortcuts: Shortcuts to next, previous,pause,stop,shuffle,mute .
To get a local copy up and running, follow these simple steps.
- Node.js (v14 or later)
- pnpm
- Clone the repo
git clone https://github.com/Anmol-TheDev/Music_app
- Install NPM packages
pnpm install
-
Create a
.envfile in the root of the project. -
Copy the contents of
.env.exampleto your new.envfile.cp .env.example .env
-
Update the
.envfile with your Firebase project credentials. -
Start the development server
pnpm run dev
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement".
Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature) - Commit your Changes (
git commit -m 'Add some AmazingFeature') - Push to the Branch (
git push origin feature/AmazingFeature) - Open a Pull Request
Distributed under the MIT License. See LICENSE for more information.



