Skip to content

A task organiser app that can help to jot down some ideas and important tasks

Notifications You must be signed in to change notification settings

arnabdas95/Task-Organiser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Task-Organiser

A task organiser app that can help to jot down some ideas and important tasks .This the basic project on python with django framework for demonstrate the CRUD (create,retrive,update,delete) method of django

Functionalities-

Create

Create groups for different catagories for different types of tasks. Like home,work... Create tasks under different groups...

Retrive-

List all the tasks ... List all the groups...

Update-

Update tasks -If task is completed add a strick on the task...

Delete

Deletethe tasks... Delete Gropus...