Skip to content

A program that creates and allows the user to edit a List

License

Notifications You must be signed in to change notification settings

HunterWarburton/To-Do_List

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

To-Do_List

A program that creates and allows the user to edit a List

This to-do list program uses two classes: ToDoItem and ToDoList. The ToDoItem class represents a single to-do list item, with properties for the item text and a boolean indicating whether the item is completed. The ToDoList class represents the to-do list itself, with an array of ToDoItem objects and several methods for adding, removing, and modifying items on

About

A program that creates and allows the user to edit a List

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published