https://github.com/ahtrahdis7/track-my-time-usage
This app is being developed with the true purpose to measure your time efficiency with the belief of ”In order to introduce efficiency into something, one needs to measure that first.”
https://github.com/ahtrahdis7/track-my-time-usage
async-storage expo javascript react-native typescript
Last synced: 11 months ago
JSON representation
This app is being developed with the true purpose to measure your time efficiency with the belief of ”In order to introduce efficiency into something, one needs to measure that first.”
- Host: GitHub
- URL: https://github.com/ahtrahdis7/track-my-time-usage
- Owner: ahtrahdis7
- Created: 2021-08-23T13:24:11.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-10-21T20:59:06.000Z (over 4 years ago)
- Last Synced: 2025-04-13T21:52:32.855Z (about 1 year ago)
- Topics: async-storage, expo, javascript, react-native, typescript
- Language: TypeScript
- Homepage:
- Size: 30.2 MB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Track My Time Usage
> I took inspiration for this application from one of Ankur Warikoo's strategies for measuring and increasing effective time usage.
This app is being developed with the true purpose to measure your `time efficiency`.
The effective time usage in a 14hr slot all through the day. Here, you are given an input box to grade your time usage for every hour of the day.
`Efficiency = SUM(Eff. Every Hour)/14`
Since, efficiency cannot be 100% every hour, I have introduced a bias factor of `1` per hour.
## Demo

[APK RELEASE](https://github.com/ahtrahdis7/track-my-time-usage/blob/main/release.apk)
## Development
```
cd track-my-time-usage
yarn install
yarn android
```
This app is not yet tested on iOS devices.