Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 758 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 758 Bytes

Tauri + React

This template should help get you started developing with Tauri and React in Vite.

Recommended IDE Setup

Things to fix and change

  • Better Ui
  • Fix how i save files. Currently have to copy the file into a .tar, This is fine for files that are small but larger files it is inefficient. Need to research how to read through directories in order and send to the client and reformat it there
  • Add a History for file transfers.
  • Allow user to choose file or folder
  • Add tests for the code