https://github.com/kazimovzaman2/todo-app
A simple Todo application built using Django 🚀.
https://github.com/kazimovzaman2/todo-app
css database django html sqlite todo todoapp todoapp-django
Last synced: 4 months ago
JSON representation
A simple Todo application built using Django 🚀.
- Host: GitHub
- URL: https://github.com/kazimovzaman2/todo-app
- Owner: kazimovzaman2
- License: mit
- Created: 2023-02-06T12:24:03.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-02-09T19:30:25.000Z (over 2 years ago)
- Last Synced: 2025-01-13T12:48:34.879Z (5 months ago)
- Topics: css, database, django, html, sqlite, todo, todoapp, todoapp-django
- Language: Python
- Homepage:
- Size: 28.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 📝 Todo App v1.0.0
A simple Todo application built using Django 🚀.
## Prerequisites
Before you begin, make sure you have the following software installed:
- [Python](https://www.python.org/downloads/) 🐍
- [Django](https://docs.djangoproject.com/en/3.2/topics/install/) 💻## Installation
1. Clone the repository 🔥
```bash
git clone https://github.com/kazimovzaman2/ToDo-App
```2. Install the requirements 📦
```bash
pip install -r requirements.txt
```
3. Migrate the database 🗄️
```bash
python manage.py migrate
```
4. Run the development server 🏃♂️
```bash
python manage.py runserver
```The Todo app should now be accessible at `http://127.0.0.1:8000/`. 🎉
## Usage
1. Create a new task by clicking the "Add Task" button 📌.
2. Mark a task as complete by clicking the checkbox next to the task ✅.
3. Edit or delete a task by clicking the corresponding buttons 💻.## Demo
#### [Go to demo web site](https://todo-zaman.glitch.me/)## Contributing
If you'd like to contribute to this project, please feel free to create a pull request 🤝.
## License
This project is licensed under the [MIT License](LICENSE) 📄.