KAIROS: Keep All Important Requirements On Schedule
A simple task management app.
- Backend: Python 3, Flask
- Database: SQLite
- Frontend: HTML, CSS, Vanilla JavaScript
- Clone the repository (if you haven't already):
git clone https://github.com/SamuelHLewis/kairos cd kairos - Create and activate a virtual environment:
python -m venv venv source venv/bin/activate # On Windows use: venv\Scripts\activate
- Upgrade pip and install dependencies:
python -m pip install --upgrade pip python -m pip install -r requirements.txt
- Start the application server:
python app.py
- Access the application: Open your web browser and navigate to http://localhost:5000 or http://127.0.0.1:5000.
- Manage Tasks: Use the web interface to add, edit (status, importance, due dates), and delete tasks.