This is a basic to-do-list app made using Django framework . In the later editions more features will be added
To run the application
- clone the repository using the command
git clone https://github.com/mysteriousCoder9991/To-Do-List-Rahul.git
- Change the directory by the command
cd To-Do-List-Rahul
- run the command
python manage.py runserver
Added feature of adding Task Deadline on 01/06/2020
Java Version is also available Java Version To Do List