A responsive web application that helps you manage alarms through a conversational interface. The application allows you to create, delete, and list alarms, with the ability to add descriptions to each alarm.
- Create alarms with time and description
- Delete existing alarms
- List all current alarms
- Responsive design that works on both desktop and mobile devices
- Persistent storage using localStorage
- Natural language processing for alarm creation and deletion
- Open the application in a web browser
- Use natural language to interact with the AI assistant:
- Create an alarm: "Set an alarm for 7:30 AM for morning meeting"
- Delete an alarm: "Delete the alarm for 7:30 AM"
- List alarms: "Show my alarms" or "List all alarms"
The application accepts various time formats:
- 12-hour format: "7:30 AM", "2:30 PM"
- 24-hour format: "14:30", "07:30"
- Clone the repository
- Open
index.htmlin your web browser - No additional setup required - the application runs entirely in the browser
- HTML5
- CSS3
- JavaScript (ES6+)
- Font Awesome for icons
- LocalStorage for data persistence
The application works on all modern browsers:
- Chrome
- Firefox
- Safari
- Edge