Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 927 Bytes

README.md

File metadata and controls

22 lines (13 loc) · 927 Bytes

Clocktrol

Everybody is tracking their productive time, but no one tracks their unproductive time...

I made this app to gather information about my workday. I start a timer in the morning, stop it for lunch break, turn it back on when I get to work and put it off when I stop working for the day. The app then pulls my tracked working time from Clockify and at the end of the day gives me intersting statistics about how productive or unproductive my day really was.

Getting Started

Setup

  • Add .env file with your Clockify API key as follows if you have one.
CLOCKIFY_API_KEY=YourClockifyApiKey
  • Add google-services.json pointing to Firebase backend into android/app (or for iOS follow these steps).

Run project

  • Run flutter pub get to install dependencies.
  • Run flutter run to execute app on device.