Instagram (mini) clone using React + Typescript frontend, and Firebase backend.
View the live project at https://sungyeonu.github.io/finsta/#/!
- 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
npm run start
runs the app in development modenpm run build
builds the app for production to the build foldernpm run deploy
deploys the build to github pages