Skip to content

deksa89/Django-Todo-App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple Todo App in Django

This is a simple todo app built with Django. It allows users to create, view, update and delete tasks.

Features

  • First you have to register, you can choose between registering by yourself or using your GitHub or Google account
  • Users can create a new task by clicking the "Create New Task" button and entering a task description.
  • Users can view all tasks on the home page.
  • Users can task details such as: task owner, task title, time of creation and its completion status.
  • Users can edit a task by clicking the "Change" button next to a task and updating the task description, due date or status.
  • Users can delete a task by clicking the "X" button next to a task.

Installation

Dependencies

  • Python 3.8 or higher
  • Django 3.2.2

Usage

  • Create a new task by clicking the "Create New Task" button and entering a task description.
  • View all tasks on the home page. Tasks are listed in order of their due date.
  • See task details.
  • Edit a task by clicking the "Edit" button next to a task and updating the task description, due date or status.
  • Delete a task by clicking the "Delete" button next to a task.

ezgif com-gif-maker (1)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published