To Do List with JavaScript
A todo list is a coding challenge to show off the most basic functions of an app in a useful tool for managing daily life. The basic functions I'm referring to are Creating, Retrieving, Updating, and Deleting commonly known as CRUD in software development.
This todo list incorporates CRUD by allowing the user to create tasks, edit them, delete them. The application does the retrieving for the user by saving their tasks to their computer and retriving them whenever they visit the website site again.
