This React.js application allow you to modify and create video subtitles.
General functionality:
- Subtitle preview
- Modify the range time and body text of subtitle
- Play video controls ex. play, pause and seekbar
- Displays current subtitle overlay
- Create new one subtitle
- Save changes in the LocalStorage
src/App.js
- The entry point of application.src/components/
- This folder contains stateless components.src/constants/
- This folder contains constants declaration.src/containers/
- This folder contains containers components.src/hoc/
- This folder contains the higher order components of subtitle item.src/services/
- This folder contains the requests about video informations and default subtitles list.src/utils/
- This folder contains utils functions.
Runs the app in the development mode.
Open http://localhost:8080 to view it in the browser.