Merge e22154de6a
into b47cf8261f
commit
d2a794ae10
@ -0,0 +1,26 @@
|
||||
# Video Player
|
||||
|
||||
**Tier:** 2-Intermediate
|
||||
|
||||
Create a Video Player and hide the native controls.
|
||||
|
||||
## User Stories
|
||||
|
||||
- [ ] User can fast forward/backward video.
|
||||
- [ ] User should be able to change the speed of video being played.
|
||||
- [ ] Stop the Video when user clicks on the Video frame.
|
||||
- [ ] User can play with volume [high, low & mute, unmute]
|
||||
|
||||
## Bonus features
|
||||
|
||||
- [ ] User can fetch videos directly from Internet using any API `eg. Pexels API`.
|
||||
|
||||
## Useful links and resources
|
||||
|
||||
- [How to build a Custom HTML5 Video Player with JavaScript](https://freshman.tech/custom-html5-video/)
|
||||
|
||||
## Example projects
|
||||
|
||||
- [HTML5 Video Player](https://codepen.io/blackjacques/pen/bgamaj) on codepen.
|
||||
|
||||
- [HTML5 Video Player advanced](https://codepen.io/OddlyTimbot/pen/GRgLQM) on codepen.
|
Loading…
Reference in new issue