Skip to content

Latest commit

 

History

History
45 lines (29 loc) · 1.03 KB

README.md

File metadata and controls

45 lines (29 loc) · 1.03 KB

Rust CRUD

Screenshot

Basic CRUD (Create, Read, Update, Delete) Rust application with Yew Framework that uses WebAssembly 😍. I'm still learning rust, so the app has some minor issues, but it general it works to show you an approach of Yew and Rust.

Current Features

  • Create, update and delete items
  • Local Storage
  • Validations
  • Modal Window

Future Features

  • Confirm dialog
  • Filters
  • Pagination

Getting Started

You need to install Rust and Trunk then:

$ git clone https://github.com/joselo/rust-crud
$ cd rust-crud
$ trunk serve

Then you can access the web server at http://127.0.0.1:8080.

Authors

  • Jose Carrion - Initial work - Joselo

License

This project is licensed under the MIT License - see the LICENSE.md file for details