This project is a music application demo from scratch. Initially, I wanted to integrate an API. However, finding a free music API without query limitations is not easy. Therefore, I developed the application using royalty-free music under the "Creative Commons (CC BY-NC-SA 4.0)" license.
- Custom slider
- Custom audio player
- Possibility to pause/play or skip to next/previous track
- Possibility to switch playlists by clicking on a genre in the slider
- Interaction between players, when a track ends the player closes and the next one opens automatically
- Full responsive
- Vite: A tool for fast build and development of modern web applications
- TypeScript: A programming language that allows for better definition and verification of variable types
https://github.com/ThibaudS-web/music_sim.git
In the root of the project:
npm install
npm run dev
http://localhost:3000/
The application is deployed on an online link at the following address: thibauds-web.github.io/music_sim/
Please feel free to contact me with any questions or comments!
Thibaud Saumureau
- Email: thibaud.prodev@gmail.com
- LinkedIn: https://www.linkedin.com/in/thibaud-saumureau/
- Website: coming soon