A TodoList App With Rust & yew ~ ✏️
git clone https://github.com/Baoyuantop/todolist-rs.git
cd todolist-rs
wasm-pack build --target web --out-name wasm --out-dir ./static
Then use a service like serve to host files under static
.
- todo and done status
- storage
- Compatible with mobile devices
- More useful information ...
This project exists thanks to all the people who contribute.