Skip to content

Latest commit

Β 

History

History
42 lines (23 loc) Β· 971 Bytes

File metadata and controls

42 lines (23 loc) Β· 971 Bytes

πŸ’» JS Expert Interactive Player

Interactive media player built during the JS Expert course.

Javascript


This project implements a custom interactive audio/video player using vanilla JavaScript and DOM APIs, as part of the JS Expert training.

⌨️ How to run this project ⌨️

Requirements

  • Any modern web browser

Execution

  1. Clone this repository:

    git clone https://github.com/ventura-v/js-expert-interactive-player.git
    cd js-expert-interactive-player
  2. Open the main HTML file (for example index.html) in your browser.

πŸ“ Project features πŸ“

  • Custom play/pause controls
  • Progress bar and timeline
  • Practice with JS events and DOM manipulation

πŸ”— Useful links πŸ”—