suhailkakar / google-drive-clone

Google Drive Google using React and Firebase

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Built With

Deployed In

πŸ“¦  Google-Drive-Clone-main
β”œβ”€β”€ package.json
β”œβ”€β”€ package-lock.json
β”œβ”€β”€ public
β”‚   β”œβ”€β”€ favicon.ico
β”‚   β”œβ”€β”€ index.html
β”‚   β”œβ”€β”€ logo192.png
β”‚   β”œβ”€β”€ logo512.png
β”‚   β”œβ”€β”€ manifest.json
β”‚   └── robots.txt
β”œβ”€β”€ README.md
β”œβ”€β”€ src
β”‚   β”œβ”€β”€ components
β”‚   β”‚   β”œβ”€β”€ App.js
β”‚   β”‚   β”œβ”€β”€ authentication
β”‚   β”‚   β”‚   β”œβ”€β”€ CenteredContainer.js
β”‚   β”‚   β”‚   β”œβ”€β”€ ForgotPassword.js
β”‚   β”‚   β”‚   β”œβ”€β”€ Login.js
β”‚   β”‚   β”‚   β”œβ”€β”€ PrivateRoute.js
β”‚   β”‚   β”‚   β”œβ”€β”€ Profile.js
β”‚   β”‚   β”‚   β”œβ”€β”€ Signup.js
β”‚   β”‚   β”‚   └── UpdateProfile.js
β”‚   β”‚   └── google-drive
β”‚   β”‚       β”œβ”€β”€ AddFileButton.js
β”‚   β”‚       β”œβ”€β”€ AddFolderButton.js
β”‚   β”‚       β”œβ”€β”€ Dashboard.js
β”‚   β”‚       β”œβ”€β”€ File.js
β”‚   β”‚       β”œβ”€β”€ FolderBreadcrumbs.js
β”‚   β”‚       β”œβ”€β”€ Folder.js
β”‚   β”‚       └── Navbar.js
β”‚   β”œβ”€β”€ contexts
β”‚   β”‚   └── AuthContext.js
β”‚   β”œβ”€β”€ firebase.js
β”‚   β”œβ”€β”€ hooks
β”‚   β”‚   └── useFolder.js
β”‚   β”œβ”€β”€ index.js
β”‚   └── style
β”‚       └── style.css
└── yarn.lock

Installation

  1. Clone the repo

    git clone https://github.com/suhailkakar/google-drive-clone
  2. Install NPM packages

    npm install

    or

    yarn install
  3. Run the app

    npm start

Contributing

Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.

  1. Fork the Project
  2. Commit your Changes (git commit -m 'Some Good Features')
  3. Push to the Code (git push -u origin master )
  4. Open a Pull Request

About

Google Drive Google using React and Firebase


Languages

Language:JavaScript 91.7%Language:CSS 6.1%Language:HTML 2.2%