A side project born out of curiosity about how much our air conditioning unit actually costs to run. I built a simple app that makes it fun to log daily usage and track the estimated cost per day. What started as an aircon tracker ended up expanding to cover other household appliances too.
The goal was a simple app to automate cost calculations and log usage over time. The intention is to connect it to a live electricity pricing API so rates adjust automatically by time of day, which matters in Spain where peak and off-peak hours are priced differently.
This was also an exercise in building and prototyping in Claude. The focus was on getting something functional and useful rather than a polished visual product.
Add a new entry for a product's electricity usage.
Edit an entry that has already been logged.
Delete an entry using the iOS gesture.
Delete an entry from inside the Edit panel.
Navigating and viewing the Stats page.
Browsing previous days in the Daily breakdown.
Adding a new device on the Settings page.
Adding a new device from the Device dropdown.
Editing the energy provider from the Settings page. Changing the rate reflects instantly across all logged entries, making it easy to compare what your usage might cost with a different provider.
A subtle animation when switching between tabs.
A subtle animation when the bottom sheet resizes.
Various iterations to improve the dial component.
The final version on the right shows how the value stays centred as it changes, with a smoother transition between single and double digits.