This project was made in web 3200. It is a web app that allows you to make a to do list. When making the todo list you are able to assign the to do list to a certain person, and put a priority on the item. It is run on a python server. The client is built with vanilla javaScript, HTML5, CSS.
To Run this project download the repo, and from within the Server file run
python3 server.py
And open the browser to http://localhost:8080
image