Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 299 Bytes

README.md

File metadata and controls

10 lines (6 loc) · 299 Bytes

Tauri Demo

An example application in the form of the iconic Todo app that demonstrate the basic capabilities of tauri.

Feature

  • Saving of todo's in application data dir using Tauri filesystem
  • Emitting events from tauri backend(Rust) to frontend(React)
  • Native menu on macOS