This sticky note project was created in Tauri for the author's TypeScript and Rust study.
- Create, edit, and delete sticky notes.
- Sticky notes can be re-sized, rearranged and memorized their positions.
- It has headlines and can name sticky note groups.
To get started with Sticky Note, follow these steps:
-
Install dependencies:
npm install
-
Start Sticky Note:
Install the Tauri CLI if necessarycargo install tauri-cli
This example uses version 1.5.11, but other versions may require configuration adjustments or other changes.
cargo tauri dev --no-watch
cargo tauri build
This project is licensed under the MIT License.