Music Player With Vanilla JavaScript
In this blog tutorial, we are going to set up and build a music player with vanilla JavaScript from scratch ‘without audio tag’, you can see the demo here so let’s get started 🔥 First of all, let’s set up our main files structure: Main Files Structure: amk-player ├── style/ │ └── reset.css │ └── …