Skip to content

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

Notifications You must be signed in to change notification settings

keevan163/js-music-player

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 57.1%
  • CSS 24.2%
  • HTML 18.7%