Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 439 Bytes

README.md

File metadata and controls

13 lines (11 loc) · 439 Bytes

About the application

This is a Django based todo app which allows me to create a list of tasks to be completed. Once the task is completed I can remove the task from the list. Hence allowing me to manage my tasks more efficiently.

Installing and executing the app

> git clone https://github.com/nidhisha-shetty/Django-todo-app
> cd Django-todo-app
> python manage.py runserver

App link

https://nstodoapp.herokuapp.com/