An open API service indexing awesome lists of open source software.

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.

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
![Captura de tela de 2025-01-12 02-33-02](https://github.com/user-attachments/assets/1daf1426-b046-49ae-813e-9be7a8fabc0e)

### SignIn page
![Captura de tela de 2025-01-12 02-22-14](https://github.com/user-attachments/assets/c5a473b9-4fa3-4c48-914f-2e4091031d9e)

#### Home page
![Captura de tela de 2025-01-12 02-04-47](https://github.com/user-attachments/assets/41c7a57f-43a7-4d1e-bc82-348b2b4e6369)

#### Profile page
![Captura de tela de 2025-01-12 02-09-02](https://github.com/user-attachments/assets/35c8dda9-b979-4d92-9f81-fd1c5e57d518)

## 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.