A simple React-based AI chat UI.
Built with React + CSS for a clean, modern interface.
Using Gemini API.
- 💬 Chat interface with real-time messaging
- 🎨 Clean and minimal UI design
- 🖼️ Gemini AI logo branding in the header
- 📱 Responsive layout (works on desktop & mobile)
git clone https://github.com/your-username/gemini-chat.git
cd gemini-chatnpm installnpm starthttp://localhost:3000gemini-chat/
│── public/ # Static files
│── src/
│ ├── App.js # Main React component
│ ├── App.css # Styling
│ ├── index.js # Entry point
│── package.json # Project dependencies