Welcome to the Django Todo List App! This web application allows you to manage your tasks by adding them to the list
- Add new tasks and remove completed or unwanted tasks with a simple click.
- Simple and intuitive user interface.
To get started with the Todo List App, follow these steps:
-
Clone this repository to your local machine.
-
Navigate to the project directory.
cd ToDoListApp_Django
-
Create a virtual environment (optional but recommended):
-
Apply the database migrations.
python manage.py migrate
-
Start the development server.
python manage.py runserver
-
Open your web browser and go to
http://localhost:8000
to access the URL shortener.
-
Open your web browser and navigate to http://localhost:8000/.
-
Enter a task into the input field on the homepage.
-
Click the "Add" button.
-
The task will be displayed below the input field.
-
Click the "Delete" button to remove the task.