This project was bootstrapped with Create React App.
See demo
- Windows 10 Home
- Git >= v2.17.1.windows.2
- Yarn >= v1.12.3
- Node.JS >= v8.11.3
- Pull branch
master - Run
yarn - Run
yarn startto launch the app - Run
yarn testto test the app
The app was originally conceived to handle multiple videos. That's why the videos state is an array and not just an object.
- ClipForm
- ClipItem
- ClipList
- FullVideo
- ClipList
- index
- EditItemDialog
- Main
- SearchBar
- VideoControls
- VideoPlayer