Building an Instagram Wep app clone using Reactjs and Firebase. (inspired by UI of Web version 2022)
You can use this account for testing or create a new one.
#username
demo@test.com
#password
123456789
Reactjs
TailwindCSS
Formik
/Yup
Firebase
- Authorization / Validation
- Register
- Login / Logout
- Update Info / Change password
- Post
- Infinite scroll
- Skeleton
- CRUD
- Like / Unlike
- Comment, Reply (delete & update function are not yet handled)
- Realtime Chat
- Search (only users)
- Dark mode
- Follow / Unfollow
- Notification
- Clone repo or download it.
- First install all dependencies
#with npm
npm install
#or with yarn
yarn install
- Create a .env file. Replace values with yours !!!
REACT_APP_NODE_ENV = ''
REACT_APP_FIREBASE_API_KEY = ''
REACT_APP_FIREBASE_AUTH_DOMAIN = ''
REACT_APP_FIREBASE_PROJECT_ID = ''
REACT_APP_FIREBASE_STORAGE_BUCKET = ''
REACT_APP_FIREBASE_MESSAGING_SENDER_ID = ''
REACT_APP_FIREBASE_APP_ID = ''
REACT_APP_FIREBASE_MEASUREMENT_ID = ''
- Now run the app
npm start