Skip to content

A clone of the Instagram app 📱 🥳 . made with React and GraphQL❤️

Notifications You must be signed in to change notification settings

Sumeetrana/InstagramClone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

54b01e8 · Jan 7, 2021
Jan 7, 2021
Jan 7, 2021
Jan 4, 2021
Dec 29, 2020
Jan 7, 2021
Jan 2, 2021
Jan 2, 2021
Jan 7, 2021
Jan 7, 2021
Jan 7, 2021
Jan 2, 2021
Jan 7, 2021
Jan 7, 2021

Repository files navigation

Instagram-react

LIVE DEMO: https://reactagram-28.web.app/

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)

SharedComponent

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