https://github.com/azevedoguigo/files-chest-cloud-desktop
This is a cloud file management app that I developed myself for personal use. So it's a very simple app.
https://github.com/azevedoguigo/files-chest-cloud-desktop
linux-app reactjs rust tailwind-css tauri tauri-apps
Last synced: 6 months ago
JSON representation
This is a cloud file management app that I developed myself for personal use. So it's a very simple app.
- Host: GitHub
- URL: https://github.com/azevedoguigo/files-chest-cloud-desktop
- Owner: azevedoguigo
- Created: 2023-01-24T18:41:09.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-01-12T05:52:55.000Z (over 1 year ago)
- Last Synced: 2025-10-17T13:05:56.463Z (9 months ago)
- Topics: linux-app, reactjs, rust, tailwind-css, tauri, tauri-apps
- Language: JavaScript
- Homepage:
- Size: 380 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Files Chest Cloud
### This is a simple desktop app for managing files in the cloud.
### Technologies used:
- [Tauri](https://tauri.app/)
- [React](https://react.dev/)
- [Backend (Web Api)](https://github.com/azevedoguigo/files_chest_cloud_api)
### SignUp page

### SignIn page

#### Home page

#### Profile page

## How to use?
- [Follow the instructions to run the api.](https://github.com/azevedoguigo/files_chest_cloud_api)
- Clone the repository to a location of your choice.
- Run the npm install command in your terminal inside the app directory to download the dependencies.
- Run npm run tauri dev to run the app in development mode.