It's online! https://ornate-raindrop-48a244.netlify.app/ Feel free to sign up or alternatively you can login with credential user:[email protected] ,pw:Test@123 and share some of your awesome picture
chobi-A photo sharing app bootstrapped with React and Firebase.
The salient purpose of this project is learning. While building this app i tried to have a firm grasp on below topics:
- React, React-Hooks, Custom Hooks, Context API.
- React Router DOM v6.
- Firebase.
Besides I have a plan to use this app to share photos of my family members by extending some of its feature.
User sign Up
User login with email and password.🔒
User login with google. 🔒
Upload Pictures with description.📸
Edit a post
Delete a post
Comment on a post
Like a post
Image slide show for multiple images
Follow user
Un-follow user
View profile
Edit own profile
Change profile picture with crop image
Change password
Login with facebook
Nested comments
More Reactions
Front-end and Styling: HTML5, React,CSS3, Material UI
Cloud Back-end Service: Firebase.
IDE & Version Controlling: VS Code & Git
- State Management with Redux instead of context API.
- I already built a REST API with node.js for this project and will integrate it soon.