Chatbot using HTML, CSS, and JavaScript
I created this simple frontend chatbot using HTML, CSS, and JavaScript.
It simulates conversation with users by responding to predefined keywords, all within the browser without any backend logic.
- Simple chat interface
- Predefined responses based on keywords
- Runs entirely on the frontend
- Clean and responsive UI
HTML, CSS, JavaScript
- Clone this repository or download the ZIP
- Open the folder
- Double-click
index.htmlto open it in a browser
https://Thivagar555.github.io/Chatbot-JS/
This project helped me learn how to handle user input in a web application and respond dynamically using JavaScript.
I explored how simple decision-making can simulate basic AI behavior using conditionals and keyword matching.
It gave me confidence in working with DOM elements and building fully frontend-based interactive projects.