This is a simple To-Do list application implemented using Django, Python, HTML, and Bootstrap. Users can add, delete, and mark tasks as completed.
- Add new tasks to the list
- Delete existing tasks
- Mark tasks as completed
- Dynamic rendering of tasks using Django templates
- Responsive design using Bootstrap
- Clone this repository to your local machine.
- Install Dependencies: pip install -r requirements.txt
- Navigate to the project directory in your terminal.
- Run the Django development server:
- Open your web browser and go to
http://127.0.0.1:8000/
to view the To-Do list application. - Start adding, deleting, and completing tasks!
Feel free to customize and extend this application as needed.