Skip to content

Latest commit

 

History

History
40 lines (27 loc) · 769 Bytes

README.md

File metadata and controls

40 lines (27 loc) · 769 Bytes

Instagram Clone

A near realistic clone of the Instagram UI built using React, Tailwind CSS, TypeScript and Faker.

image

Live Preview

Login with -

  • Username - jatinbumbra
  • Password - password

Live Preview Link - https://instagram-clone-jb.netlify.app/

Run Locally

Open a terminal and copy-paste the following commands -

git clone https://github.com/JatinBumbra/instagram-clone.git
cd instagram-clone
npm install
npm run dev

After that, visit - http://127.0.0.1:5173/

Login with -

  • Username - jatinbumbra
  • Password - password

Thanks for checking out!