Recently, the Rocketseat community came up with a new challenge, bringing a project per week. Well, this is my version of the challenge's first project, a basic ReactTS player built from scratch.
Check it out: https://music-player-chi-sable.vercel.app/
- work with HTML audio tag without using it's native UI (audio.controls)
- custom duration progress bar
- use the progress bar to make audio go forward and backward
- ReactTS
- SCSS