-
Frontend:
- React.js
- Chakra UI
- Firebase (for authentication and Firestore)
-
Backend:
- Firebase Firestore (for database)
- Firebase Storage (for image storage)
Follow these steps to run the project locally:
-
Clone the repository:
git clone https://github.com/hannafrangi/InstagramClone.git
-
Navigate into the project directory:
cd InstagramClone -
Install the dependencies:
yarn
-
Create .env file in the Root of the Project And add your Firebase API Keys:
VITE_FIREBASE_API_KEY=YOUR_API_KEY VITE_FIREBASE_AUTH_DOMAIN =YOUR_API_KEY VITE_FIREBASE_PROJECT_ID=YOUR_API_KEY VITE_FIREBASE_STORAGE_BUCKET=YOUR_API_KEY
-
** Start The Project: **
yarn run dev