Skip to content

Quintam26/Instagram-App

Repository files navigation

Instagram App

Routes

  • / (feed page)

Components:

  • FeedPost

  • FeedPostSkeleton

  • FeedSideSuggestions

  • /explore (explore page)

Components:

  • ExploreSuggestions

  • ExploreGrid

  • /p/:postId (post page)

Components:

  • Post

  • PostSkeleton

  • PostModal

  • MorePostsFromUser

  • notifications

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
  • LoadingScreen
  • OptionsDialog
  • ProfilePicture
  • Layout
  • SEO