An open API service indexing awesome lists of open source software.

https://github.com/jaweria-b/to-do-list

To-Do List application to view, add, and manage tasks efficiently.
https://github.com/jaweria-b/to-do-list

django python sqlite

Last synced: 2 months ago
JSON representation

To-Do List application to view, add, and manage tasks efficiently.

Awesome Lists containing this project

README

          

# To-Do List with Python and Django

## Overview
This is a simple To-Do List application built using Python and Django. It allows users to view, add, and manage their tasks efficiently.

## How to Run the Project

1. Clone the repository to your local machine:
```bash
git clone https://github.com/Jaweria-B/to-do-list
```

2. Navigate to the project directory:
```bash
cd to-do-list
```

3. Start the Django development server:
```bash
python manage.py runserver
```

4. Open your web browser and use the following URLs:

- **View Tasks:** Go to `/todolist` to see all the tasks in your to-do list.
- **Add Tasks:** Go to `/todolist/addtasks` to add new tasks to your list.

## Requirements
- Python 3.x
- Django (install using `pip install django`)

Enjoy managing your tasks with this simple and efficient To-Do List app!