Skip to content

This is a simple Todo list application. It helps you keep track of tasks you need to complete.

Notifications You must be signed in to change notification settings

Illya-Maznitskiy/todo-list

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Todo List

This is a simple Todo list application. It helps you keep track of tasks you need to complete.

Features:

  • Add tasks and tags
  • Mark tasks as completed
  • Update and delete data

Technologies used:

In this project I used the following technologies:

  • Python
  • Django
  • Bootstrap
  • HTML
  • CSS

Installation:

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

Screenshots:

Home Page Tag List

Database structure:

DB_structure

About

This is a simple Todo list application. It helps you keep track of tasks you need to complete.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published