A desktop application built with C# and Avalonia UI to manage your own home garden.
- Add a plant to your garden (name, purchase date, location, exposure, watering frequency)
- View plant details by clicking on its card
- Edit plant information
- Card view with plant counter
- List view
- Material inventory management
- Plant watering & health tracking
- Statistics
- .NET 10 SDK installed on your machine
- Clone the repository :
git clone https://github.com/maillet-nills/LothlorienGUI.git - Navigate to the project folder :
cd LothlorienGUI - Open in your IDE (Visual Studio, JetBrains Rider, or VS Code)
- Restore dependencies :
dotnet restore - Run : Use
dotnet run --project LothlorienGUIor pressF5in your IDE
- C# / .NET 10 🟦
- Avalonia UI 11 (XAML) 🖼️
- CommunityToolkit.Mvvm (MVVM pattern)


