Skip to content

Latest commit

 

History

History
32 lines (17 loc) · 1.04 KB

README.md

File metadata and controls

32 lines (17 loc) · 1.04 KB

To_Do_list

This is a simple To-Do list Django application. It allows users to add, delete and mark tasks as completed.

Installation

• Clone the repository to your local machine.

• Install the required packages from requirements.txt.

• Create a database.

• Run the server.

• Open your web browser and navigate to http://localhost:8000 to access the application.

Usage

• Adding Tasks.

To add a task, enter the task description in the input field and click the "Add" button. The task will be added to the list.

• Deleting Tasks

To delete a task, click the "Delete" button next to the task you want to remove. The task will be permanently deleted from the list.

• Marking Tasks as Completed.

To mark a task as completed, click the checkbox next to the task. The task will be marked as completed and moved to the "Completed Tasks" section.

• Viewing Completed Tasks.

To view completed tasks, click the "Completed Tasks" link in the navigation bar. The completed tasks will be displayed in a separate list.