Interactive media player built during the JS Expert course.
This project implements a custom interactive audio/video player using vanilla JavaScript and DOM APIs, as part of the JS Expert training.
- Any modern web browser
-
Clone this repository:
git clone https://github.com/ventura-v/js-expert-interactive-player.git cd js-expert-interactive-player -
Open the main HTML file (for example
index.html) in your browser.
- Custom play/pause controls
- Progress bar and timeline
- Practice with JS events and DOM manipulation
- HTML media elements - https://developer.mozilla.org/docs/Web/HTML/Element/video