Skip to content

habichuela13/video-navigation-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Video Navigation App 🎬

Project Overview

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.

Technologies Used

  • HTML5
  • CSS3
  • JavaScript

Demo Preview

Demo

Features

  • Play/Pause functionality
  • Next and Previous video navigation
  • Shuffle/Unshuffle the playlist
  • Search through videos by title
  • Responsive, clean, intuitive interface

Project Structure

video-navigation-app/ ├── index.html ├── style.css ├── script.js ├── videos.js (video metadata) └── videos/ ├── sample1.mp4 ├── sample2.mp4 ├── sample3.mp4 └── sample4.mp4

Setup & Run

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

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors