/Task-Organiser

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

Primary LanguagePython

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...