A simple and interactive static chatbot built using HTML, CSS, and JavaScript. This project demonstrates how to create a basic chatbot UI and logic without any backend or AI integration.
- Clean and responsive UI
- User-friendly chat interface
- Predefined bot responses
- Fast and lightweight (no backend required)
- Easy to customize
static-chatbot/ βββ index.html # Main HTML file βββ style.css # Styling for chatbot UI βββ script.js # Chatbot logic βββ README.md # Project documentation
- HTML5
- CSS3
- JavaScript (Vanilla JS)
- User types a message in the input box
- JavaScript captures the input
- The bot checks predefined responses
- A matching reply is displayed in the chat window