Skip to content

Dhanashrimachhi/Todo_List_Python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ToDo-App In Python With Django Framework

This Todo list is a simple application developed using python Django, HTML, and CSS. This website provides a simple and interactive interface for end-users for adding their To-dos and manage them. The users can add their To-do just by clicking the add button. Then, the system will display them on the home screen. The user can also edit, delete or cross the list as per their wish.

Run

Step-1: Extract/unzip the file

Step-2: Go inside the project folder, open cmd, and type the following commands to install Django Framework and run the webserver:

pip install -r requirements.txt

python manage.py runserver

Step-3: Finally, open the browser and go to localhost:8000

About

Todo list App made in Python and the Django framework. It is able to add, delete and update events.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published