I have built a react application for notes with reminders.
You can see the code here:
https://github.com/YanivAf/NotesApp
Live version here:
https://corkboardnotes.netlify.app/
I want to make it more usable, by allowing push notifications that let users know there is a note's reminder, even if the user is not focused on the browser (and even better- when the browser is closed).
Searching on the web for a solution, I encountered OneSignal, but it seems that the notifications cannot be triggered from the code logic for webapps.
Is there a tool that can help me achieve my goal?