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: https://zeno-chat-bot.vercel.app
Try the supported commands directly in the browser.
This project is not an AI chatbot.
It uses fixed command matching to return predefined responses.
- Building reusable React components
- Managing user input and application state
- Implementing command-based logic
- Designing a clean terminal-style UI with CSS
- HTML
- CSS
- JavaScript
- React
git clone https://github.com/aswanth-kt/ChatBot.gitcd ChatBot
npm install
npm run dev