1
0
Fork
You've already forked iced-gui-test
0
A GUI app made with Iced
This repository has been archived on 2023年12月20日. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
  • Rust 100%
2023年01月21日 14:15:41 +05:30
src Update imports for lib 2023年01月21日 14:15:41 +05:30
.env Add files 2023年01月18日 17:55:06 +05:30
.gitignore Initial commit 2023年01月18日 17:54:27 +05:30
Cargo.lock Use human friendly timestamps 2023年01月18日 18:53:21 +05:30
Cargo.toml Use human friendly timestamps 2023年01月18日 18:53:21 +05:30
LICENSE Add License 2023年01月18日 17:58:30 +05:30
README.md Added edit feature 2023年01月19日 22:32:31 +05:30

GUI App to interact with Actix server

This is a GUI app to interact with my Actix Server Test. It is made with the Iced GUI Framework.

To-do

  • Toast messages on error
  • Buttons with icons
  • Search feature
  • Theming

Building

First, follow the instructions at Actix Server Test and start the server.

Then compile and run the app.

cargo run