Gemini Clone is a minimalist clone of Google's Gemini AI chat interface, built using React.js and Vite. It uses the Gemini Generative AI API to simulate an intelligent, responsive chatbot. The app focuses on UI/UX fidelity and real-time API interaction.
- 🔥 Built with React + Vite for blazing-fast performance
- 🎨 Gemini-style chat UI (clean and responsive)
- 🧠 Integrated with Gemini Gen AI API
- 📌 Recent Chats history
- ✍️ Typing animation for chatbot replies
- 📱 Mobile-friendly design
Click the image above or watch the video here.
git clone https://github.com/ArunBhalla26/Gemini-Clone.git
cd gemini-clonenpm installVITE_GOOGLE_API_KEY=your_api_key_hererename .envSample to .env
npm run dev


