An open API service indexing awesome lists of open source software.

https://github.com/bek85/instagram-clone-react

Instagram Clone using React v17, React Hooks, MUI v5, React Router Dom v6, graphql and firebase
https://github.com/bek85/instagram-clone-react

css-framework firebase graphql-client javascript material-ui react-hooks react-router reactjs

Last synced: 3 months ago
JSON representation

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

Awesome Lists containing this project

README

        

# 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