Skip to content

Latest commit

Β 

History

History
58 lines (40 loc) Β· 1.02 KB

File metadata and controls

58 lines (40 loc) Β· 1.02 KB

πŸ€– 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