This is a React-based chatbot UI integrated with a flat-style animated avatar named BEX. Designed to simulate a friendly, agentic assistant for interactive applications.
- 💬 Modal-based chatbot interface
- 🤖 Animated avatar with blinking eyes and speaking mouth
- 🎨 Flat vector style avatar integration
- ⚡ Built using React + Vite
src/ ├── App.jsx # Main application ├── App.css # Styling and avatar animation ├── assets/ # Contains bex-rect.png └── main.jsx # React root entry
- React (with Vite)
- CSS3 animations
- Modular component structure
npm install
npm run devMIT License