Skip to content

Latest commit

 

History

26 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

KAIROS

KAIROS: Keep All Important Requirements On Schedule

A simple task management app.

Tech Stack

  • Backend: Python 3, Flask
  • Database: SQLite
  • Frontend: HTML, CSS, Vanilla JavaScript

Installation

  1. Clone the repository (if you haven't already):
    git clone https://github.com/SamuelHLewis/kairos
    cd kairos
  2. Create and activate a virtual environment:
    python -m venv venv
    source venv/bin/activate  # On Windows use: venv\Scripts\activate
  3. Upgrade pip and install dependencies:
    python -m pip install --upgrade pip
    python -m pip install -r requirements.txt

Usage Instructions

  1. Start the application server:
    python app.py
  2. Access the application: Open your web browser and navigate to http://localhost:5000 or http://127.0.0.1:5000.
  3. Manage Tasks: Use the web interface to add, edit (status, importance, due dates), and delete tasks.

About

A simple and local task management app

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages