https://github.com/dattatreyareddy/yliw
A Life Tracking App Based on the Your Life in Weeks post by Tim Urban, from Wait But Why.
https://github.com/dattatreyareddy/yliw
android flutter ios life-tracking linux macos notes
Last synced: 5 months ago
JSON representation
A Life Tracking App Based on the Your Life in Weeks post by Tim Urban, from Wait But Why.
- Host: GitHub
- URL: https://github.com/dattatreyareddy/yliw
- Owner: DattatreyaReddy
- License: mpl-2.0
- Created: 2024-10-30T18:40:29.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-06T13:12:49.000Z (over 1 year ago)
- Last Synced: 2025-04-30T21:52:45.573Z (about 1 year ago)
- Topics: android, flutter, ios, life-tracking, linux, macos, notes
- Language: Dart
- Homepage: https://yliw.padya.in/
- Size: 7.78 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Your Life In Weeks
[][release]
[](https://github.com/DattatreyaReddy/yliw)
[](https://github.com/DattatreyaReddy/yliw/blob/main/LICENSE)

[](https://github.com/DattatreyaReddy/yliw/releases)
A free and open source life tracking app.
Based on the Your Life in Weeks post by Tim Urban, from Wait But Why.
YLIW supports Linux, Windows, MacOS, Web, iOS and Android.
---
## Downloading and Running the app
### Android
Download *-android-all.apk file from latest release [the releases section][release].
### iOS
- Download the latest .ipa file from [the releases section][release]
- use [AltStore](https://altstore.io/) to install YLIW in ios.
### Windows
Download the latest .msi file from [the releases section][release].
### MacOS
- Download the *-macos-x64.zip from the latest release [the releases section][release]
- Extract the file.
- Drag and drop the extracted app file to applications folder in finder.
### Debian based Linux
Download the latest deb release from [the releases section][release].
### Web
Download the latest web.zip file from [the releases section][release].
- YLIW-web deployed in GitHub pages. You can check out [YLIW here](https://dattatreyareddy.github.io/yliw/).
## Building from source
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
### Prerequisites
You can install Flutter & Dart from [Official website](https://docs.flutter.dev/get-started/install)
- Dart sdk
- Flutter - Channel Stable
### Building
1. Clone the repository:
```
$ git clone https://github.com/DattatreyaReddy/yliw.git
$ cd yliw/
```
2. You can install all dependencies by running this command in terminal:
```
$ flutter pub get
```
3. Localization generator
```
$ flutter gen-l10n
```
4. Build Runner Files Generator
```
$ dart run build_runner build
```
5. Now enter the following command to start debugging the app:
```
$ flutter run
```
- Pull-Request Suggestion
- Install GitHooks after cloning the repo using `git config --local core.hooksPath .githooks`
## Support and help
- Raise issue in github
## Built Using
- [Flutter](https://flutter.dev/) is an open source framework by Google for building beautiful, natively compiled, multi-platform applications from a single codebase.
- [Flutter Riverpod](https://pub.dev/packages/riverpod/) - A simple way to access state while robust and testable.
Find other dependencies in [pubspec.yaml](pubspec.yaml)
## Credit
- The `YLIW` project is developed by [@DattatreyaReddy](https://github.com/DattatreyaReddy) and contributors.
- Based on the Your Life in Weeks post by Tim Urban, from Wait But Why.
## License
You can obtain a copy of `Mozilla Public License v2.0` from https://mozilla.org/MPL/2.0/
Copyright (c) 2024 Panta Dattatreya Reddy
This Source Code Form is subject to the terms of the Mozilla Public
License, v. 2.0. If a copy of the MPL was not distributed with this
file, You can obtain one at http://mozilla.org/MPL/2.0/.
[release]: https://github.com/DattatreyaReddy/yliw/releases
[yliw]: https://github.com/DattatreyaReddy/yliw