Skip to content

piedicianni/subtitles-editor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Subtitles editor

Functionality overview

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

Application Structure

  • 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.

Dependencies and libraries used

Run app

npm start

Runs the app in the development mode.
Open http://localhost:8080 to view it in the browser.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published