- User Authorization
- Sign In
- Sign Up
- Sign Out
- Protected/Private Routes
- Video Listing
- Filter by Category
- Search Videos
- Liked Videos
- Watch Laters
- Watched History
- Create and Delete Playlist
- Single Video View
- User Account Page
- Dark and Light Theme
Client side: React, React Router, Redux, Context API, Pebble UI
Server side: Mockbee (Mock Backend)
Clone the project
git clone https://github.com/saurabhchirde/pebble-play-react.gitGo to the project directory
cd pebble-play-reactInstall dependencies
npm installStart the server
npm run start
