Skip to content

Latest commit

 

History

History
25 lines (21 loc) · 1.19 KB

README.md

File metadata and controls

25 lines (21 loc) · 1.19 KB

Finsta

Instagram (mini) clone using React + Typescript frontend, and Firebase backend.

View the live project at https://sungyeonu.github.io/finsta/#/!

Features

  • login / registeration using OAuth (Google) or email using firebase authorization
  • create and delete "posts", which consists of a caption, a location (optional), and an image
  • profile page, where you can change profile picture, username or log out
  • like and unlike posts
  • comment on posts
  • mobile friendly

Usage

  • npm run start runs the app in development mode
  • npm run build builds the app for production to the build folder
  • npm run deploy deploys the build to github pages

Screenshots