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

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 🚀.

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) 📄.