Reels is a social media platform that allows you to upload short videos, like posts uploaded by other users and comment on them.
Frontend: React, Material UI
Backend: Firebase
- Login, Signup and Forgot password
- Post a short video
- Like and Comment on a post
- Click on video to mute and unmute
- Profile page to see all the posts you have made
Login Page: -
Signup Page: -
Forgot Password Page: -
Home Page: -
Profile Page: -
Clone the project
git clone [repo url]
Go to the project directory
cd [project-name]
Install dependencies
npm install
Start the server
npm start