https://github.com/mohamadanasfattoum/htmxdjangotodo
Htmx Django ToDo
https://github.com/mohamadanasfattoum/htmxdjangotodo
bootstrap django htmx python
Last synced: 3 months ago
JSON representation
Htmx Django ToDo
- Host: GitHub
- URL: https://github.com/mohamadanasfattoum/htmxdjangotodo
- Owner: mohamadanasfattoum
- Created: 2024-02-18T20:41:37.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-08T21:56:07.000Z (about 1 year ago)
- Last Synced: 2024-03-08T22:37:10.499Z (about 1 year ago)
- Topics: bootstrap, django, htmx, python
- Language: Python
- Homepage:
- Size: 17.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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:
```bash
git clone https://github.com/mohamadanasfattoum/HtmxDjangoToDo.git
```2. Install dependencies:
```bash
pip install -r requirements.txt
```3. Set up the database:
```bash
python manage.py migrate
```4. Run the development server:
```bash
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
