Instagram clone built with React

Routes

  • / (feed page)

Components:

  • FeedPost

  • FeedPostSkeleton

  • FeedSideSuggestions

  • /explore (explore page)

Components:

  • ExploreSuggestions

  • ExploreGrid

  • /p/:postId (post page)

Components:

  • Post

  • PostSkeleton

  • PostModal

  • MorePostsFromUser

  • notification

Components:

  • NotificationList

  • NotificationToolTip

  • /:username (profile page)

Components:

  • ProfileTabs

  • /accounts/edit/ (edit profile page)

  • /accounts/login (login page)

  • /accounts/emailsignup/ (signup page)

  • (not found page)

Shared Components

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