This desktop application helps users estimate their monthly electricity costs based on energy tariffs and their household's energy consumption. The application allows users to input their electrical devices, specify usage patterns, and compare energy tariff plans to determine the most cost-effective option.
Electron.js (Desktop application framework)
React.js w/ vite and tailwindcss (Frontend UI)
IndexedDB (Local in-browser database for offline functionality)
$ npm install
$ npm run dev
# For windows
$ npm run build:win
# For macOS
$ npm run build:mac
# For Linux
$ npm run build:linux