A simple AI chat application built with React, Vite, Tailwind CSS, and Groq API.
- Chat with AI using Groq
- Chat history stored in local storage
- Markdown support for responses
- Copy responses with one click
- Responsive design for desktop and mobile
- Clean ChatGPT-inspired interface
Install dependencies:
npm installCreate a .env file:
VITE_GROQ_API_KEY=your_groq_api_keyRun the development server:
npm run devBuild for production:
npm run build- React
- Vite
- Tailwind CSS
- Groq API
- React Markdown
- Framer Motion
Hani Gupta