Skip to content
This repository has been archived by the owner on Sep 24, 2023. It is now read-only.
/ Ererw3-Drive Public archive

A google drive type application made using React and Firebase.

Notifications You must be signed in to change notification settings

helewrer3/Ererw3-Drive

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ererw3 Drive

A google drive type application made using React and Firebase.

The webapp has now been deployed on Github Pages.

Technologies Used

  • ReactJS
  • Firebase
    • Authentication
    • Firestore Database
    • Storage
  • React Router DOM
  • Bootstrap
  • React Bootstrap
  • UUID
  • React GH Pages
  • HTML, CSS, Javascript

Usage

  • Login/Signup into the app.
  • Made folders to organize out your drive.
  • Upload files as you see fit.

Dependencies

To run this app locally, you need to have NodeJS and React installed in your system.

Deploying Locally

  • Clone the repo locally.
  • Make a .env.local file and populate the following fields inside it with the corresponding Firebase Configuration values -
    • REACT_APP_FIREBASE_API_KEY                //apiKey
      REACT_APP_FIREBASE_AUTH_DOMAIN            //authDomain
      REACT_APP_FIREBASE_PROJECT_ID             //projectId
      REACT_APP_FIREBASE_STORAGE_BUCKET         //storageBucket
      REACT_APP_FIREBASE_MESSAGING_SENDER_ID    //messagingSenderId
      REACT_APP_FIREBASE_MESSAGING_APP_ID       //appId
      
  • Run the following commands -
    • npm install
      npm start
      

About

A google drive type application made using React and Firebase.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published