Welcome to ChatWiz! This repository contains a simple yet powerful rule-based chatbot implemented using HTML, CSS, and JavaScript. ChatWiz provides predefined responses based on user inputs, making interactions smooth and engaging.
ChatWiz is a basic rule-based chatbot designed to interact with users through a web interface. The chatbot uses predefined rules to generate responses based on the user's input, making it easy to customize and extend with additional rules.
- Simple and intuitive user interface
- Predefined responses for specific keywords and phrases
- Easy to extend and customize with additional rules
To get started with ChatWiz, follow these steps:
-
Clone the repository:
git clone https://github.com/vermavinii/Chatbot-.git
-
Navigate to the directory
cd ChatWiz -
Run the program
Once you have ChatWiz open in your browser, you can start interacting with it by typing messages in the input box and pressing "Send". The chatbot will respond based on predefined rules.
You can customize the chatbot by editing the script.js file and adding your own rules and responses. Here is a brief overview of the project structure:
- index.html: Contains the HTML structure of the chatbot interface.
- style.css: Contains the CSS styles for the chatbot interface.
- script.js: Contains the JavaScript code for handling user input and generating responses.