Skip to content

ravadasashank/Ai-Alarm-Chat-Bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AI Alarm Assistant

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.

Features

  • 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

Usage

  1. Open the application in a web browser
  2. 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"

Time Format

The application accepts various time formats:

  • 12-hour format: "7:30 AM", "2:30 PM"
  • 24-hour format: "14:30", "07:30"

Setup

  1. Clone the repository
  2. Open index.html in your web browser
  3. No additional setup required - the application runs entirely in the browser

Technologies Used

  • HTML5
  • CSS3
  • JavaScript (ES6+)
  • Font Awesome for icons
  • LocalStorage for data persistence

Browser Compatibility

The application works on all modern browsers:

  • Chrome
  • Firefox
  • Safari
  • Edge

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors