Skip to content

A Life Tracking App Based on the Your Life in Weeks post by Tim Urban, from Wait But Why.

License

Notifications You must be signed in to change notification settings

DattatreyaReddy/yliw

Repository files navigation

YLIW logo

Your Life In Weeks

Platform

GitHub Stars GitHub License CI stable release

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.

iOS

Windows

Download the latest .msi file from the releases section.

MacOS

  • Download the *-macos-x64.zip from the latest release the releases section
  • 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.

Web

Download the latest web.zip file from the releases section.

  • YLIW-web deployed in GitHub pages. You can check out YLIW here.

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

  • Dart sdk
  • Flutter - Channel Stable

Building

  1. Clone the repository:
  $ git clone https://github.com/DattatreyaReddy/yliw.git
  $ cd yliw/
  1. You can install all dependencies by running this command in terminal:
  $ flutter pub get
  1. Now enter the following command to start debugging the app:
  $ flutter run
  • Localization generator
  $ flutter gen-l10n
  • 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 is an open source framework by Google for building beautiful, natively compiled, multi-platform applications from a single codebase.

  • Flutter Riverpod - A simple way to access state while robust and testable.

Find other dependencies in pubspec.yaml

Credit

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/.