Instagram clone is exact copy made of Instagram app with minor changes
- Single page application communicating with REST API buit over MVC architecture
- Javascript | ES6
- ReactJS | NodeJS | Express | MongoDB
- Git
- Material-UI | Redux | Axios | Formik | Yup | FontAwesome Icons | Redux-Thunk | BcryptJS | Cron | JsonWebToken | MomentJS Mongoose | Multer
-
Authentification
- User must signup signin in order to use the app
- JWT and BcryptJS used for Authentification
-
Visulization
- Data is shown as images icons and Image Grids
- Mui is used for data visualization
-
Validations
- Validations are done using Formik and Yup
- Precise validations on login and singup form
-
User Module
- User can Add or Delete a post
- User can Add stories
- User can add or remove followers
- User can add comments on posts
- Users can like posts
- User can see likes and comments on their posts
- User can see thier Posts on their Profile page
- User can Search for other Users
Ashish kumar Dogra