TinyDrive is a personal project inspired by the Google's Drive.
This project repository contains the interface is your window to access TinyDrive's your file storage.
First of all, to run this project you will need the server part which is in this repository
Clone this repo and move to the folder:
git clone https://github.com/RobertSDM/TinyDrive.git
cd TinyDriveInstall the dependencies with your favorite package manager:
pnpm iThe only variable you will need is the server url used by the axios client base url:
VITE_BACKEND_URLThe server url
Run with:
pnpm run dev- Vite.js
- React.js
- Typescript
- Tailwind
- Tanstack (React Query)
- React Router
- Axios
- Vercel