This is a simple Todo list application. It helps you keep track of tasks you need to complete.
- Add tasks and tags
- Mark tasks as completed
- Update and delete data
In this project I used the following technologies:
- Python
- Django
- Bootstrap
- HTML
- CSS
To run the project locally on your computer, execute the following commands in a terminal:
git clone https://github.com/Illya-Maznitskiy/todo-list.git
cd todo-list
python -m venv venv
venv\Scripts\activate (on Windows)
source venv/bin/activate (on macOS)
pip install -r requirements.txt
python manage.py runserver