In this build i will be building custom audio player from scratch using React js so without wasting lets dive deep into it.
Steps :
- [ ] Create a empty git repository
Heroku link to project
soch-audio-player.herokuapp.com
Upload Mp3 here
- [ ]Create a empty react project in local
- Add .gitignore for react
- remove boilder plate code
- test in local
- Commit builder plate changes
Push the latest changes
[ ]Create a empty project in heroku
- Create a build pipeline for react develop branch
- See live changes
- [ ]Start with the project implmentation
- [ x ] basic HTML and basic structure
- [ x ] Styles
- [ x ] Controls
- [ ] Play pause music and next and prev
- [ ] Make music scrolling.
- [ ] Add a sound bar to increase and decrease sound
Future Upgrades : -
- We can like a song and it will be added to liked song list
- Show lyrics of the song , so if some people can't hear they can read the complete podcast that will be fun for them right.
Follow this for any Query
dev.to/ma5ly/lets-make-a-little-audio-playe..
Website to download MP3
musicdownload.zone/en1/download?type=mp3&am..
Website to upload the mp3 and get the link
Lets Get Started Building
- HTMLAudioElement
-useRef
Audio Class
CSS variable
- Transition
- box shadow working : box-shadow: 0 28px 28px rgba(0, 0, 0, 0.2);
- z-index : 1