π¬ Chatbot UI
A modern and responsive chatbot interface built with React, Vite, Tailwind CSS, and Framer Motion. Currently uses mock replies, but can be connected to any backend or AI API.
β¨ Features
- Responsive design (desktop & mobile)
- Smooth animations with Framer Motion
- User & Bot bubbles (right/left aligned)
- Clean gradient theme with customizable colors
π Getting Started
git clone https://github.com/your-username/chatbot-ui.git cd chatbot-ui
npm install
npm run dev
Open π http://localhost:5173
π Structure
src/ βββ components/ β βββ Chatbot.jsx β βββ ChatHeader.jsx β βββ ChatMessage.jsx β βββ ChatInput.jsx βββ App.jsx βββ main.jsx