💡 HouseLearning App is still in development, so there are no official releases. If you want to make a unofficial release, please do so by forking this repository, and making the changes there.
HouseLearning is a rad Windows Forms application built in C#. Designed for learning, it’s a slick, interactive tool to help users level up—whether they’re prepping for school, brushing up on coding, or just killing time productively.
- User-friendly interface with intuitive layouts
- Interactive learning modules—could be quizzes, mini-games, or dynamic exercises
- Easy navigation through learning content
- Modular design so you can drop in new lessons or features without wrecking the structure
- Built with C# .NET (WinForms)
- Compatible with .NET Framework (4.6+) or .NET Core / .NET 6+—tweak based on your setup
- Visual Studio (2019 or newer) or any compatible C# IDE
- .NET runtime installed
- Clone this repo:
git clone https://github.com/houselearning/houselearning-app.git cd houselearning-app