Project - Tracking hourly earnings in real time
A Flutter iOS app that turns work sessions into a live earnings counter, with start/stop timing and session history.
- Project
- Time is Money App
- Year
- Role
- iOS app development, Flutter implementation, App Store release
Overview
Time is Money is built around a simple interaction: start a work session and watch the value of that time update as the timer runs. The app keeps the interface focused on the current session instead of burying the main action behind setup screens or extra configuration.
The session history gives the app a useful second layer. Users can look back at past timers without changing the primary experience, which keeps the app direct while still making it practical for repeated use.
What mattered
- Real-time counter
- Session history
- Mobile UI
- App Store release
The main engineering constraint was keeping the timer state trustworthy and the display calm. A utility app like this needs to make the current number easy to read, avoid surprising resets, and make stopping or reviewing a session obvious.
Result
- Focused earning workflow
- 1
- Primary session actions
- 2
- Published iOS app
- 1
- Unneeded setup screens
- 0