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.
- Host: GitHub
- URL: https://github.com/jaweria-b/to-do-list
- Owner: Jaweria-B
- Created: 2023-11-03T09:56:00.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-12-17T12:04:45.000Z (over 1 year ago)
- Last Synced: 2025-03-31T18:47:49.638Z (over 1 year ago)
- Topics: django, python, sqlite
- Language: Python
- Homepage:
- Size: 17.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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!