A simple, interactive chatbot application built with React + Vite.
This project is designed to be beginner-friendly, easy to understand, and open for community contributions.
If you’re new to React, open source, or GitHub contributions, this repository is a great place to start 🌱
- Allows users to interact with a chatbot through a clean UI
- Responds instantly to user queries using a rule-based flow
- Uses a third-party chatbot package for handling conversations
- Lets developers easily add or modify responses directly in
App.jsx - Works completely on the frontend — no backend required
- React.js
- Vite
- JavaScript (ES6+)
- Third-party chatbot library
- CSS
├── src/
│ ├── App.jsx # Main chatbot logic
│ ├── components/ # UI components
│ └── main.jsx
├── public/
├── package.json
└── README.md