Need to enter a list of items

Hey all.

I am looking for a way (and it can be a totally different web site that node-red can see) of being able to edit a list and have node-red read it. Like a list of items that can be added to or some deleted then saved to a file and have nr recall it. we need to add medications to it and use it for reminders. The list and file part isnt an issue for me but I am looking for a GUI to do the adding and deleting so I can give my partner a link. I may end up doing it with a mysql database as I can create front ends for that but it seems a bit of overkill

If the list and file aren’t an issue, an input text with a couple of buttons will do the job. In the input text, the user can write the item to add/delete, and with a couple of buttons (add,delete) check the current state of the input text against your list.