Video Library app similar to youtube, developed to master the fundamentals of React by builing a single page application.
Online tutor App built to practice Reactjs & demonstrate some of &its core features like components, hooks, contexts and reducers. Other libraries used with this App are React Router v6, styled-components, mockbee-backend
Here are some of the prominant features covered part of this application
- Landing Page
- Home Page
- Login Page
- SingUp Page
- Browse Videos by category
- Like videos and View list of liked videos
- View history and clear history
- Playlist management
- Add to watch later
- Theme switch
2022_04_07_134704.mp4
- clone the repository
git clone https://github.com/govindappaarun/chalanachitra-video-library.git
- switch to develop branch Develop branch all the code, so swith to develop
git checkout develop
- install dependencies Install all the project dependencies using npm and with laetest versions of nodejs
npm install
- run the application after successfull installation of all the dependencies run the below command in termainl
npm run start
MIT License