Web application that sends scheduled notifications to remind users about their wellbeing every hour. Clicking the notification redirects the user to ChatGPT for interaction and self-expression.
Built with HTML, CSS, and JavaScript, leveraging the browser Notifications API.
- Hourly wellness reminders via browser notifications.
- Clickable notifications that open ChatGPT in a new tab.
- Easy activation with a single button.
- Responsive and user-friendly design.
- Open
index.htmlin your browser (preferably via Live Server in VS Code). - Click "Enable notifications" to allow notifications.
- Notifications will appear every hour. Click them to open ChatGPT.
- HTML5
- CSS3
- JavaScript
- Browser Notifications API