- This is a simple music player.
-
You can perform above thing with this player.
- Play music.
- Paush music.
- Play next music.
- Play privios music.
- Play music by click on music.
- Paush music by click on music.
- You can add song from your local PC and play them.
-
For add music
- Add your music in songs folder.
- Check your music information from API, and add them on songs.js file.
- ReactJS - JavaScript library for building user interfaces
- Material ui - For designing
- For lyrics and song information we use RapidAPI (https://rapidapi.com/Glavier/api/spotify23)
- Clone the repository:
git@github.com:systemintegration/react-music-player.git - Install dependencies:
npm install - Start the development server:
npm start
- Contributions are welcome! To contribute to the project, follow these steps:
- Fork the repository
- Create a new branch:
git checkout -b my-feature-branch - Make your changes and commit them:
git commit -am 'Add some feature' - Push your changes to your branch:
git push origin my-feature-branch - Create a new pull request and explain your changes In the project directory, you can run:
- You can try out the application at https://systemintegration.github.io/react-music-player


