Skip to content

Instagram Clone using React v17, React Hooks, MUI v5, React Router Dom v6, graphql and firebase

Notifications You must be signed in to change notification settings

Bek85/instagram-clone-react

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

instagram-clone-react

Routes


url => "/" (feed page): Components:

  • FeedPost
  • FeedPostSkeleton
  • FeedSidebarSuggestions

url => "/explore" (explore page): Components:

  • ExploreSuggestions
  • ExploreGrid

url => "/p/:postId" (post page): Components:

  • Post
  • PostSkeleton
  • PostModal
  • MorePostsFromUser

Notifications: Components:

  • NotificationList
  • NotificationsTooltip

url => "/:username" (profile page): Components:

  • ProfileTabs

url => "/accounts/edit/" (edit profile page):


url => "/accounts/login" (login page):


url => "/accounts/emailsignup" (signup page):


url => "*" (not found page):

Shared Components

  • Navbar
  • FollowSuggestions
  • UserCard
  • FollowButton
  • LoadingScreen
  • OptionsDialog
  • ProfilePicture
  • Layout
  • SEO

About

Instagram Clone using React v17, React Hooks, MUI v5, React Router Dom v6, graphql and firebase

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published