A basic, user-friendly web application that lets users navigate through a playlist of videos easily. Includes functionality to play, pause, shuffle, and search videos.
- HTML5
- CSS3
- JavaScript
- Play/Pause functionality
- Next and Previous video navigation
- Shuffle/Unshuffle the playlist
- Search through videos by title
- Responsive, clean, intuitive interface
video-navigation-app/ ├── index.html ├── style.css ├── script.js ├── videos.js (video metadata) └── videos/ ├── sample1.mp4 ├── sample2.mp4 ├── sample3.mp4 └── sample4.mp4
Clone this repository and open the index.html in your browser:
git clone https://github.com/your-username/video-navigation-app.git
cd video-navigation-app
open index.html