Skip to content

a1d4r/flask-todo-list

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ToDo List

Web application for managing tasks.

Features

  • Add tasks
  • Mark tasks as completed
  • Filter tasks by status (all, active, completed)
  • Search tasks by words

Stack

  • Flask
  • Jinja2 (rendering HTML pages)
  • SQLAlchemy (models, pagination, filters)
  • Bootstrap 4 (CSS styles)

Endpoints

http:https://{host}/tasks/, default (localhost): http:https://127.0.0.1:5000/tasks/

Commands

Create venv:

make venv

Run web application

make up

Run tests:

make test

Run linters:

make lint

Run formatters:

make format

Screenshots

About

ToDo List in Flask

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published