Welcome to List Ease, a simple and intuitive Django-based to-do application to help you organize your tasks efficiently.
These instructions will guide you on setting up and running the ToDoApp locally for development and testing purposes.
- Python 3.x
- Pip (Python package installer)
-
Clone the repository:
git clone https://github.com/prakhar0711/List_Ease.git cd "into the project directory"
-
Run the server:
python manage.py runserver
- Access the application in your web browser.
- Create a new task by submitting the task title in the provided form.
- View, update, or delete tasks using the provided links.