A website created with HTML, CSS, Javascript and jQuery where a user may enter items on their to-do-list to keep track, and check them off when they are accomplished.
Spec | Input | Output |
---|---|---|
**The program allows a user to add to-do-list items to a list. | Homepage with user input form** | User input: "get gas" |
The program allows a user to mark off the items when they are completed, and the items are removed from the list | User input: "get gas" | Output: " " |