updated code structure

This commit is contained in:
Malte Schröder
2025-12-20 12:58:36 +01:00
parent 06e7eea680
commit 491b91967f
4 changed files with 89 additions and 85 deletions

View File

@@ -51,8 +51,9 @@ cargo install dioxus-cli
## Project Structure
- `src/main.rs`: Entry point.
- `src/ui.rs`: Main calculator component and logic.
- `src/ui.rs`: Main calculator UI and logic calls.
- `assets/main.css`: Styling and themes.
- `src/logic.rs`: Calculator logic.
## License