An instagram clone created with react
and firebase
. This is one hell of a project with all the features of instagram. Created the login page and new account creation page as exactly as original instagram including authentication errors. I have used styled components
to style the project and implemented my own authentication method.
live link of insta-clone
- User can create a new account
- User Can follow other users and saw their posts
- User can create new post
- User can comment and Like other user posts
- User can see their posts
# clone the repo
git clone git@github.com:karthicbz/insta-clone.git
# change directory
cd insta-clone
# install modules
npm install
# start development server
npm start