To-Do App

Everyone has to start with a To-Do app right? Early on when I was learning React and Django I wanted to see a complete big picture of how everything went together. I started with this tutorial and I needed to fill in some missing steps about adding the form actions. I then changed the database engine to MySQL. Finally I figured out how to deploy the app to a Digital Ocean Droplet using Gunicorn and Nginx. The live demo site supports Continuous Integration/Continuous Deployment via a git hook script on the remote server that automatically builds and deploys the project when I push an update from development.