A full-stack AI chatbot built with React, Node.js, and Groq API.
- Frontend: React, Axios
- Backend: Node.js, Express
- AI: Groq API (LLaMA 3.3 70B)
- Real-time AI chat
- Copy message button
- Typing animation
- Dark ChatGPT-style UI
- Sidebar navigation
cd server npm install
node index.js
cd client npm install npm start