This is a music player made with ReactJS and Tailwindcss to work with tracks, audio ressources and re-code an ancient project made using Javascript only.
- ReactJS 18.2.0
- Tailwindcss 3.3.2
- Musics from Pixabay
- Open a terminal and run these commands :
git clone git@github:loickcherimont/MusicPlayer_ReactJS.git
cd MusicPlayer_ReactJS
- Retrieve all dependencies and fix possible bugs :
npm i
npm audit fix
- Launch the project
npm run dev
- The project is ready!
For this app, no required prerequisites
Music Player has been built to be the more intuitive possible
Click on Play/Pause
button to play or pause music
Click on Previous
( ⏪ ) or Next
( ⏩ ) button to change track
Slide the red cursor to move forward/back the track
- Turn up/down volume using UI
- Move forward/back track progression using buttons
Developed by Loick Cherimont
Under MIT License
Last edition on: 2024-07-29