ezequielmiranda87 / react-video

A react application to share videos

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

React-video

Access to the proyect live here

Structure application

App.js - entry point application (webpack entry file)

-> Home - Page / (container | smart) -> ( Componenet for styles on Home Page) -> Categories - UI -> Category - UI -> Playlist - UI -> Media - UI / Pure

-> Search / (container | smart)
-> <!-- Search Layout UI -->
    -> Input - UI

-> Modal - (container | smart)
-> <!-- Layout - UI -->
    -> VideoPlayer - (container | smart)
    -> Spinnner - UI
    -> Controls - UI
        -> PlayPause - UI
            -> PlayIcon - UI
            -> PauseIcon - UI
        -> Timer - UI
        -> ProgressBar - UI
        -> Volume - UI
            -> VolumeIcon - UI
        -> FullScreen - UI
            - FullScreenIcon -UI

About

A react application to share videos


Languages

Language:JavaScript 82.3%Language:CSS 13.0%Language:HTML 4.6%