mohamadanasfattoum / HtmxDjangoToDo

Htmx Django ToDo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

HtmxDjangoToDo

HtmxDjangoToDo is a simple To-Do list application built using Django and Htmx. It allows users to create, manage, and track their tasks efficiently.

Installation

  1. Clone the repository:

    git clone https://github.com/mohamadanasfattoum/HtmxDjangoToDo.git
  2. Install dependencies:

    pip install -r requirements.txt
  3. Set up the database:

    python manage.py migrate
  4. Run the development server:

    python manage.py runserver

Usage

  1. Create a task:

    • Click the "Add Task" button.
    • Enter the task details (title, description, due date, etc.).
    • Save the task.
  2. View and manage tasks:

    • The home page displays your existing tasks.
    • You can mark tasks as completed, edit task details, or delete tasks.

project screenshot

About

Htmx Django ToDo


Languages

Language:Python 77.7%Language:HTML 22.3%