Skip to content
This repository has been archived by the owner on Aug 3, 2024. It is now read-only.

Lau-San/py-todo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PyTodo

What is this?

This is a simple todo list web application I made with the purpose of learning the basics of making a web app with Python and Flask. I focused mainly on learning how Flask works.

Try it out

Features

  • Create an account and log in with a username and a password
  • Adding tasks with a specified description
  • Marking pending tasks as done
  • Marking completed tasks as not done
  • Deleting tasks

What did I use to make it?

  • Python (version 3.8.10)
  • Flask (version 2.1.2)
  • Bootstrap 5