A full stack web application describing a typical day in my life as a developer.
[https://a-day-in-my-life.herokuapp.com//]Using the MVC framework, users can add a task, edit a task or delete a task. An edit section was created using express where users can updatetasks already added to the list of tasks to do. This is set up to automatically update to the MongoDB database.