Skip to content

Latest commit

 

History

History
46 lines (34 loc) · 1.02 KB

README.md

File metadata and controls

46 lines (34 loc) · 1.02 KB

📸 Instagram Clone

An instagram clone made using tailwindcss, react, and firebase. Includes:

  • User creation
  • Followers
  • Liking Posts
  • Commenting on posts
  • Suggested profiles

Firebase React TailwindCSS

▶️ Demo

Demo Gif

👾 Usage/Examples

Sign in using

Email: default@test.com

Password: test123 

(if you don't want to sign up!)

Clone the repo and use

npm i to check it out yourself.

Be sure to include a .env file with a firebase api key -- i.e.

// ( in file .env)
FIREBASE_APP_API_KEY=asfh89ehg892341239jdfg

and your own firebase config in src/lib/firebase.js

const config = {
// your firebase config here
}