Skip to content

Thivagar555/Chatbot-JS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

Features

  • Simple chat interface
  • Predefined responses based on keywords
  • Runs entirely on the frontend
  • Clean and responsive UI

Technologies Used

HTML, CSS, JavaScript

How to Run

  1. Clone this repository or download the ZIP
  2. Open the folder
  3. Double-click index.html to open it in a browser

Live Project Link

https://Thivagar555.github.io/Chatbot-JS/

What I Learned

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors