VoltMaster is a Windows desktop application built with .NET WinForms and C++, designed to help users efficiently manage home appliance usage, optimize electricity consumption, and estimate power bills. It includes both user-facing tools and admin-level controls, backed by a local SQLite database.
- 🏠 User Dashboard – View and manage appliance usage
- ⏱️ Smart Scheduling – Auto-generate appliance usage schedules based on user preferences
- 💡 Appliance Prioritization – Assign priority levels to devices
- 📊 Usage Tracking – View detailed power consumption history
- 📁 Admin Panel – Add/remove appliances, update pricing, manage system settings
- 🔐 Login System – Role-based access for users and admins
- 🧠 SQLite Integration – Fast, embedded data handling
- 💻 C++ with WinForms (using .NET Framework)
- 🗃️ SQLite database (
test.db) - 🖼️ Windows GUI using
.resxresource files
- Clone this repository:
git clone https://github.com/hussainwaz/VoltMaster.git