https://github.com/arnavguptaaa/google-drive-clone
Google Drive clone built with React.js and Material UI.
https://github.com/arnavguptaaa/google-drive-clone
azure azure-storage css3 google-drive html5 login login-screen material-ui react reactjs userauthentication
Last synced: 10 months ago
JSON representation
Google Drive clone built with React.js and Material UI.
- Host: GitHub
- URL: https://github.com/arnavguptaaa/google-drive-clone
- Owner: ArnavGuptaaa
- Created: 2021-10-09T14:32:08.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-03-06T16:31:00.000Z (about 3 years ago)
- Last Synced: 2025-05-12T19:23:12.598Z (10 months ago)
- Topics: azure, azure-storage, css3, google-drive, html5, login, login-screen, material-ui, react, reactjs, userauthentication
- Language: JavaScript
- Homepage:
- Size: 416 KB
- Stars: 14
- Watchers: 1
- Forks: 2
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Google Drive Clone
A google drive clone built by
@ArnavGuptaaa,
@sumedhdixit and
@ratneshjain40
---
> NOTE : Backend For this app can be found at 👉 [ratneshjain40/cloud-storage-backend](https://github.com/ratneshjain40/cloud-storage-backend)
## 📌Screenshots
### Register Page

### Login Page

### Dashboard

### Upload

### Rename

### Download

## 📌How To Use
To clone and run this application, you'll need [Git](https://git-scm.com) and [Node.js](https://nodejs.org/en/download/) (which comes with [npm](http://npmjs.com)) installed on your computer. From your command line:
```bash
# Clone this repository
$ git clone https://github.com/ArnavGuptaaa/google-drive-clone
# Go into the repository
$ cd google-drive-clone
# Install dependencies
$ npm install
# Run the app after starting the backend service
$ npm start
```
## 📌Credits
This software uses the following open source packages:
- [Node.js](https://nodejs.org/)
- [React.js](https://github.com/facebook/react)
- [Material UI](https://mui.com/)
Made with ❤️ by
@ArnavGuptaaa,
@sumedhdixit and
@ratneshjain40