Skip to content

Latest commit

 

History

History
60 lines (38 loc) · 684 Bytes

README.md

File metadata and controls

60 lines (38 loc) · 684 Bytes

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