This is a simple User Interface of a music player created in HTML, CSS and JavaScript.
The index.html file can be run on any modern browser to run the music player.
The tracks are currently being loaded from the tracklist array specified in main.js. More tracks can be added by adding the details of each track as an object to the tracklist.