A desktop To-Do list application built with Tauri, Svelte, and Rust for fast, local fileโbased task management.
Clone the repo
git clone https://github.com/U-Keun/Todori.git
cd Todori
Install dependencies
npm install # or pnpm install
Run in development mode
npm run tauri dev
Build for release
npm run tauri build
๐ก Quick Start
Launch the app to view your current task list.
Click โAdd Taskโ in the toolbar to create a new item.
Use the โถ icon next to any task to add sub-tasks.
Check the box to mark complete and record the timestamp.
Drag tasks up or down to reorder.
๐ค Contributing
Create a feature branch: feature/your-feature-name or bugfix branch: fix/your-fix-name
Follow Conventional Commits for commit messages:
feat: add drag-and-drop reordering
fix: correct timestamp formatting
docs: update README installation instructions
Open a Pull Request with a summary of your changes and any screenshots or examples.