Sr. No. | Title |
---|---|
1. | Project Demo |
2. | Features |
3. | Tech Stack |
4. | Contributing Guide |
- Sleek Landing Page
- Progressive Web App
- Login and Sign up with MockBee
- Genre filters
- Filter by latest, old uploads
- Search for videos
- Private Routes
- User Profile Page
- Playlist
- Watch Later
- History
- Liked videos
- Upload your own YouTube videos
- HTML
- CSS
- JavaScript
- React
- React Router
- React-Player
Contribution is the key factor of growth be it from a person, environment, experience and that's what is required for this library to grow.
"बूंद बूंद से ही सागर भरे" which translates to "Drop by drop fill the ocean" with this let's start contributing.
- Fork the project
- Create a "feature" branch.
git checkout -b <branch-name>
- Stage the changed files and commit the feature
git add .
git commit -m "Brief commit message"
- Push the changes to your remote repository
git push -u origin <feature-branch>
- Create a Pull Request
- Wait for it to be reviewed