Jerry20000730 / todo

A practice project for Django

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

todo app

A practice app for using Django and performing basic CRUD operations.

prerequisite

  1. Python 3.11
  2. Django 5.0
  3. Bootstrap
  4. Font Awesome Icons

interface design

image

Functionality

  1. add task: You can add task as todo in the bottom input frame
  2. mark as done: You can mark some tasks as completed by clicking mark as done. If so, the task will go to the second column: "completed tasks"
  3. mark as undone: You can also mark some tasks as incompleted by clicking mark as undone. If so, the task will go back to the first frame as "todo tasks"
  4. edit task: You can edit the todo task by clicking the pencil icon. The page will redirect to a new page where you can edit the task image
  5. delete task: You can delete the todo task by clicking the trash can icon and it will simply delete the task.

About

A practice project for Django


Languages

Language:Python 55.9%Language:HTML 44.1%