Skip to content

karthicbz/insta-clone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Instagram Clone

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

Features

  • 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

build with

My Skills

🚀 Quick start

# 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