Skip to content

MVARUNREDDY8203/insta_mg

Repository files navigation

This is my attempt at creating an Instagram - clone

Insta-mg

Web App Overview:

  • using ReactJS for the frontend
  • using Firebase for the DataBase (Firestore - noSQL) and Storage
  • using Zustand store for state management
  • using ChakraUI for components

Users on the app can:

  1. SignUp/Login using Email-Password or Google Authentication
  2. Get FeedPosts of Users Followed/ Get User Suggestions
  3. Like and Comment on Posts
  4. Check User Profiles, Edit their own Profile
  5. Chat with Other Users
  6. Search for Users
  7. Create/Delete Posts

AuthPage: Sign Up / Login / Google Authentication

image

HomePage: Sidebar / FeedPosts / Suggested Users

image Follow / Unfollow Users

Get Posts of users that you follow in your feed:

image

Like, Comment on posts, Check comments

image

Profile Page:

image

Check Followers/Following:

image

Edit Profile:

image

Search Users:

image

Chats:

image

Create Posts:

image image image

Delete Posts:

image