instagram-clone-react icon indicating copy to clipboard operation
instagram-clone-react copied to clipboard

Instagram clone built with React & Node.js

trafficstars

Instagram Clone Frontend

Instagram clone frontend built with React and React Query

Check out the live site

If you are looking for the backend repo, click here.

Goals

  • improve my ability to build full stack apps.
  • get comfortable with React Query to fetch query and send mutation to db
  • start writing tests with Jest, React Testing Library.

Features

  • Login / Signup
  • Share a Photo
  • Like
  • Comment
  • View Profile
  • Edit Profile

Todo

  • Implement search
  • Allow users to follow / unfollow from the modal
  • Allow user to send messages
  • Add unit tests and integration tests