This project is a simple chat bot created using JavaScript.
The chat bot is designed to provide basic conversational abilities. It uses JavaScript to handle the logic and interactions with users.
- Messaging: Allows users to send and receive messages.
- Conversation Handling: Basic conversation handling with predefined responses.
- JavaScript Implementation: The bot logic is implemented using JavaScript.
-
Clone the Repository: git clone chatbot-with-js
-
Run the Application:
- Open the
index.html
file in your web browser.
index.html
: Initial page for the chat bot.script.js
: JavaScript file containing the bot logic.
- Open
index.html
in a web browser to access the chat bot interface. - Start typing messages to interact with the bot.
Contributions are welcome! If you'd like to contribute to the project, feel free to fork the repository and submit a pull request.
This project does not have a designated license. It means that others can view and use the code but cannot modify or distribute it without explicit permission.
- This project was created as a part of learning JavaScript.
For any questions or feedback, feel free to reach out at [email protected].