Hi - I'm looking for a tool or app that will allow me to create a list of items, where:
1.) each list created can be named by the user - for example "grocery list"
2.) the user can dynamically add, remove or change the name of each item in the list, for example
--> change "chese" to "cheese"
3.) the user can associate a counter with each item, and can increment or decrement that counter easily, say by clicking a 'count' button, and the count button visibly displays the current count
--> increment counter "1/2 gallon milk" counter = 1, to "1/2 gallon milk" counter = 3
4.) the user can associate a timer with each list item, that will hold multiple timers,
--> for example, "pizza" has multiple timers with 'order time' and 'delivery time', where start timer is the time of order, and end time is the delivery time
I know I can code such object (with lots of hours), but would love if I didn't have to. Is there a tool that will allow me to define and use such lists without coding ?
Thanks.