DriveShare is a web application that helps you upload files from a URL to a configured Google Drive folder. Simply sign in with your Google account, create a target with the Google Drive folder ID, and share the generated link with others to allow them to upload files. The files will be automatically uploaded to the target directory in Google Drive with the help of the DriveShare backend.
This frontend repository is built with the following technologies:
To get started with the app, follow these steps:
- Clone the repository:
git clone https://github.com/itsaruproy/driveshare-frontend.git - Install dependencies:
npm install - Start the development server:
npm start
The app will be running at http://localhost:3000/.
This project is licensed under the MIT License - see the LICENSE file for details.