A React-based chatbot web app that connects to Google's Gemini API. Features a clean interface with typing animations and real-time AI responses.
- Chat Interface – Responsive design that works on any screen
- Typing Animation – Realistic bot responses with typing effect
- AI Integration – Powered by Google Gemini API
- Modern React – Built with Redux for state management
-
Clone & Install:
git clone https://github.com/RanitManik/Gemini-Clone.git cd Gemini-Clone npm install -
Set up API Key: Create
.env.localand add:GEMINI_API_KEY="YOUR_GEMINI_API_KEY"
-
Run:
npm run dev
- Fork the repo
- Create a feature branch:
git checkout -b feature-name - Commit changes:
git commit -m "Add feature" - Push and open a pull request
MIT License - see LICENSE for details.
Built with ❤️ using React & Redux