tharun323 / ToDoList

Manage your daily tasks/activities and track them

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ToDoList Application -Django 2.0

Installation:

First Install Django using pip install Django~=3.0

Move to the required place for installation in the system and create a folder

Create a directory using mkdir "Insert Folder Name"

move into the folder using cd "Folder_Name" then,

Clone the repository using git clone https://github.com/tharun323/ToDoList.git then ,

now enter python manage.py runserver

1.Wrote back-end API’s for the To Do List

a. A task will have a title and due-date.

b. Tasks can have related sub-tasks.

c. There are only 2 state applicable for task. Pending or Completed

d. due date applicable for the task, tasks

will always be sorted based on due-date (ascending).

e. Search (on title) is available

f. Filtering on due-date the following — Today, This

week, Next week, Overdue are implemented

2. Wrote tests for the above written API’s

3. Wrote Minimalist front end for the same

Todolist-image

screenshot 36

About

Manage your daily tasks/activities and track them


Languages

Language:HTML 83.5%Language:JavaScript 7.8%Language:Python 6.3%Language:CSS 2.3%