Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 521 Bytes

File metadata and controls

8 lines (7 loc) · 521 Bytes

This is a task tracker I built.

  • It allows users to choose one of four options: Add, Remove, View, Exit
  • If the user chooses "Add" they can be able to put any tasks they want into the list.
  • If the user chooses "Remove" they are able to take off any they wish.
  • If the user chooses "View" they are able to look at pre-existing tasks they recorded.
  • If the user chooses "Exit" they will be out of the program. I learned the importance of conditionals and variables with this project, and I am excited to learn more!