Skip to content

suhailkakar/google-drive-clone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published