Skip to content

quintin-dev/JavaScript-Mini_Project-Music_Player

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mini Project: Music Player

Description

This JavaScript-based project is an interactive music player. It showcases fundamental programming concepts, including DOM manipulation, event handling, and audio controls.

Live Demo

Features

  • Play/Pause Controls
    • Toggle between playing and pausing the current song.
  • Next and Previous Navigation
    • Skip to the next song or go back to the previous one in the playlist.
  • Dynamic Song Title Display
    • Show the title of the currently playing song.

Disclaimer

This project is part of the JavaScript Algorithms and Data Structures Projects on freeCodeCamp. The original project tutorial can be found here.

Don't forget to star ⭐ this repo if you liked or found it useful!