Skip to content

To-Do List using Flask, Flask-SQLAlchemy, Flask-WTF, Flask-Bcrypt, and Bootstrap.

Notifications You must be signed in to change notification settings

valenciarichards/flask-todo-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

To-Do App

Flask web app that allows users to:

  • sign up
  • login
  • logout
  • view incomplete and complete tasks
  • add new tasks
  • sort tasks by date created, priority, or due date
  • edit tasks
  • mark tasks as complete
  • delete tasks

Technologies Used

  • Flask
  • Flask-SQLAlchemy
  • Flask-Bcrypt
  • Flask-WTF
  • Bootstrap
  • N.B. App requires Python versions 3.6 - 3.9 on Mac/Linux and Python versions 3.6 or 3.7 on Windows due to dependencies.

Install

In Terminal:

pip (or pip3) install -r requirements.txt (this depends on how your system is set up)

Run

In Terminal:

python (or python3) app.py (this depends on how your system is set up)

About

To-Do List using Flask, Flask-SQLAlchemy, Flask-WTF, Flask-Bcrypt, and Bootstrap.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published