Best Flask open-source libraries and packages

Flask app

Bundle of simple web applications built with Flask, Bootstrap, and SQLite
Updated 4 years ago

Flask App

This repository contains source code for a simple web application I built using the Flask web framework. As it stands, it features two web applications:

  • To-do task manager web application
  • Chat logging service

Preprequisites

flask
sqlite3

Screenshots

Below are screenshots taken from the website.

The home page features a simple landing page with links to each application below.

ScreenShot

The chat application features a logging functioanlity implemented with a table and an input form.

ScreenShot

The to-do application allow users to specify tasks to be displayed in the master data table, as well as the ability to update or delete each task.

ScreenShot

More documentation to come.