Skip to content

sachinbytecodes-lab/ai-chatbot-project

Β 
Β 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

5 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸ’¬ Static Chatbot

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.


πŸš€ Features

  • Clean and responsive UI
  • User-friendly chat interface
  • Predefined bot responses
  • Fast and lightweight (no backend required)
  • Easy to customize

πŸ“ Project Structure

static-chatbot/ │── index.html # Main HTML file │── style.css # Styling for chatbot UI │── script.js # Chatbot logic │── README.md # Project documentation


πŸ› οΈ Technologies Used

  • HTML5
  • CSS3
  • JavaScript (Vanilla JS)

βš™οΈ How It Works

  1. User types a message in the input box
  2. JavaScript captures the input
  3. The bot checks predefined responses
  4. A matching reply is displayed in the chat window

About

A chatbot is a software application or computer program designed to simulate human conversation through text.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • CSS 44.1%
  • JavaScript 35.6%
  • HTML 20.3%