Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 440 Bytes

README.md

File metadata and controls

12 lines (7 loc) · 440 Bytes

js-music-player

This is a simple User Interface of a music player created in HTML, CSS and JavaScript.

Output

Running the player

The index.html file can be run on any modern browser to run the music player.

Adding more tracks

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.