Musebox is a simple and user-friendly music streaming application where users can explore, discover, and listen to their favorite songs. It offers a wide range of features such as searching for songs, playlist,artists, and saving favorite songs for offline listening.
- Song search: Users can search for songs by title, artist, or album.
- Song playback: Users can play songs directly from the application.
- Playlist search: Users can search playlists here.
- Favorite songs: Users can save their favourite songs.
RecatJs, Tailwind Css, JavaScript, NextJs, Redux
To set up the application, follow these steps:
- Clone the repository:
git clone https://github.com/sachin492002/musebox.git
- Install the dependencies:
cd musebox
npm install
- Configure the application:
Create a .env
file in the root directory of the project and add the following environment variables:
REACT_APP_API=Api url for getting songs
- Run the application:
npm run dev
# or
yarn dev
# or
pnpm dev
The application should now be running on http://localhost:3000
.
Contributions are always welcome! If you would like to contribute to Musebox, please follow these guidelines:
- Fork the repository.
- Create a new branch.
- Make your changes and commit them.
- Push your changes to your forked repository.
- Submit a pull request.
Please ensure that your code follows the existing coding style and includes appropriate tests.
First, run the development server:
Open http://localhost:3000 with your browser to see the result.