RanitManik /
Gemini-Clone
Google Gemini Clone 2024
Loading repository data…
Dhruvsoniiix / repository
Google Gemini Clone 2026
Gemini Clone is a simple and clean chatbot web app built using React. It connects to the Google Gemini API to provide AI-powered answers — just like Google's real Gemini AI.
This project is perfect for learning how to work with APIs, build chat interfaces, and create React projects.
This web app lets you chat with an AI powered by the Google Gemini API. It mimics how the real Gemini chatbot works and responds in real time.
Whether you're new to coding or just curious about how to build your own AI chatbot, this is a great place to start!
Follow these steps to set it up on your own computer:
Clone the project:
git clone https://github.com/RanitManik/Gemini-Clone.git
Move into the folder:
cd Gemini-Clone
Install all the required packages:
npm install
Set up your API key:
Create a file named .env.local in the main folder.
Add this line with your Gemini API key:
GEMINI_API_KEY="YOUR_GEMINI_API_KEY"
Run the app:
vite
Open in your browser:
Go to http://localhost:5173
Once the app is running:
Want to help make this better? Great!
Fork this repo
Create a new branch:
git checkout -b your-feature-name
Make your changes and commit:
git commit -m "Add your message here"
Push your branch:
git push origin your-feature-name
Open a pull request with a short description of what you did.
This project is open-source and available under the MIT License. See the LICENSE file for more info.
Selected from shared topics, language and repository description—not editorial ratings.
RanitManik /
Google Gemini Clone 2024
Chiragj2003 /
Gemini Clone by Chirag Joshi | React + Vite + Gemini API | Full-featured Google Gemini AI chat interface clone
HafsaRizvi2278 /
🚀 Gemini Clone – AI Chat Assistant Gemini Clone is a React-based AI chat assistant inspired by Google's Gemini. It features a clean UI and dynamic chat responses powered by the Gemini API. The goal is to provide a smooth and responsive user experience for asking questions, generating content, and exploring AI capabilities
NexVerix /
A modern Gemini-inspired AI chat application built with HTML, CSS, and JavaScript. Users can chat with AI by providing their own API key.
Selva190 /
Gemini Clone – AI Chat App A web-based AI chat application built with React.js and Vite, inspired by Google Gemini. It features a responsive UI and real-time AI responses, ideal for experimenting with generative AI and frontend development projects.
Ritesh-nayal-101 /
AI-powered ChatGPT Clone built with React.js and Google Gemini API, featuring real-time conversations and a modern responsive UI.