Hello,
I'm developing an application which has the following features:
Add item and choose date and time
Choose if item should repeat
On which days the repeat
Now I'm facing an issue that I'm not really able to solve yet, so I'm hoping someone here has a solution.
How do I add these items (repeated and non-repeated) to a local database and make the phone of user buzz and beep until he/she hits OK.
Everything has to happen local, nothing online.
Does someone know a JS library that I can use?
Thank you!