A simple, GUI-based recipe management application built with Rust and Iced.
Before you begin, ensure you have met the following requirements:
You can install Rust and Cargo by following the instructions at https://www.rust-lang.org/tools/install.
Clone this repository:
git clone https://github.com/yourusername/recipe-manager.git
cd recipe-manager
Build the project:
cargo build --release
To run the Recipe Manager:
cargo run --release
Click the "Delete" button next to the recipe you want to remove.
Click the "Save Recipes" button to save all recipes to a file named recipes.json
.
Click the "Load Recipes" button to load recipes from the recipes.json
file.
Contributions to the Recipe Manager are welcome. Please feel free to submit a Pull Request.
This project is licensed under the MIT License - see the LICENSE.md file for details.