Skip to content

Latest commit

 

History

History
49 lines (40 loc) · 1.07 KB

README.md

File metadata and controls

49 lines (40 loc) · 1.07 KB

Quest

A personal life management app focused on habit tracking, task organization, and life visualization tools.

Features

Habit Tracker

Track your daily habits and build consistency:

  • Mark completed habits on a calendar view
  • Visual progress tracking
  • Simple and intuitive interface

Weekly Todo List (WIP)

Organize your tasks by day of the week:

  • Daily task organization
  • Easy task management
  • Week-at-a-glance view

Life Timeline (WIP)

Visualize your life journey:

  • View your life progression on an interactive timeline
  • Understand your life's bigger picture

Routine Manager (WIP)

Plan and visualize your daily routines:

  • Create detailed daily schedules
  • Visualize time allocation
  • Optimize your daily workflow

Linux Installation

  1. Extract the archive:
tar xzf quest-linux-x86_64.tar.gz
  1. Enter the directory:
cd quest-linux-x86_64
  1. Run the program:
./quest

Note: Make sure you have SDL2 and its dependencies installed on your system.

Required packages:

  • libsdl2-2.0-0
  • libsdl2-image-2.0-0
  • libsdl2-ttf-2.0-0