Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 595 Bytes

README.md

File metadata and controls

23 lines (14 loc) · 595 Bytes

Custom Video Player

You can check my project here

Custom video player using the HTML5 video element and it's JavaScript API

I have implemented the UI of Teamtreehouse as I really their player.

User Stories

  • Play/pause on clicking button or screen.
  • Scrub + progress bar.
  • Skip backwards by 10s.
  • Volume and speed controls by displaying their value.
  • Fullscreen toggle button.
Feel free to fork :)