← ALL PROJECTS2025
TASK.RS
RUSTREACTACTIX-WEBTYPESCRIPT
A todo list application with Rust backend (Actix-web) and React frontend. Features task creation, completion, and deletion with a clean UI.
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