← ALL PROJECTS
2025·LIVE
TASK.RS
RUSTREACTACTIX-WEBTYPESCRIPT
A blazingly fast task manager built with Rust backend and React frontend.
Motivation
Most todo apps are slow. TASK.RS uses a Rust backend for zero-overhead data handling paired with a lightweight React frontend.
Architecture
- Actix-web - async HTTP server
- TypeScript React - full type safety frontend
- Optimistic updates - UI updates immediately, syncs async