Skip to content

zacclery/Flask-ToDo-List

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Todo

A simple todo-list web application which provides the following functionality:
• A list of todos
• Create a new todo item
• Mark a todo item as done or undone
• Edit a todo item
• Delete a todo item
• Mark everything as completed

The project makes use of Python3, Flask, SQLite, Bootstrap and JQuery.

Getting Started

git clone https://github.com/zacclery/Flask-ToDo-List.git && cd todo_app

Create virtualenv and activate

pip3 install -r requirements.txt

export FLASK_APP=app.py
flask run #flask run --host=0.0.0.0 (if require server to be publicly accessible)

Navigate to: http://localhost:5000/

Authors

Zac Clery

License

This project is licensed under the MIT License

About

A simple todo-list web application

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published