Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 809 Bytes

README.md

File metadata and controls

31 lines (21 loc) · 809 Bytes

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