Skip to content

aswanth-kt/ChatBot

Repository files navigation

🤖 Simple Command Chatbot

A command-based chatbot UI built with React as part of my learning journey.
The project focuses on understanding core React concepts through a terminal-style interface.


🌐 Live Demo

👉 Live Demo: https://zeno-chat-bot.vercel.app

Try the supported commands directly in the browser.


👨‍💻 Project Overview

This project is not an AI chatbot.
It uses fixed command matching to return predefined responses.

What I worked on:

  • Building reusable React components
  • Managing user input and application state
  • Implementing command-based logic
  • Designing a clean terminal-style UI with CSS

🛠 Tech Stack

  • HTML
  • CSS
  • JavaScript
  • React

🚀 Getting Started (Local Setup)

1. Clone the Repository

git clone https://github.com/aswanth-kt/ChatBot.git

2. Navigate to the Project Folder

cd ChatBot

3. Install Dependencies

npm install

4. Start the Development Server

npm run dev

About

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors