Skip to content

HannaFrangi/InstagramClone

Repository files navigation

Instagram Clone

Table of Contents

Technologies Used

  • Frontend:

    • React.js
    • Chakra UI
    • Firebase (for authentication and Firestore)
  • Backend:

    • Firebase Firestore (for database)
    • Firebase Storage (for image storage)

Installation

Follow these steps to run the project locally:

  1. Clone the repository:

    git clone https://github.com/hannafrangi/InstagramClone.git
  2. Navigate into the project directory:

    cd InstagramClone  
  3. Install the dependencies:

    yarn
  4. 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
  5. ** Start The Project: **

    yarn run dev

About

An Instagram Clone Built with Vite & Firebase

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages