Gemini Clone is a project designed to replicate the functionality of Gemini,
powered by the Google Gemini API, using React and Tailwind CSS for a
seamless and responsive user experience.
Follow the steps below to run the project locally:
Clone the Repository:
git clone https://github.com/psparwez/Gemini-clone.git
Navigate to the Project Directory:
cd Gemini-clone
Install Dependencies:
npm install
Set Up Environment Variables:
.env
file in the root of your project.VITE_GEMINI_API_KEY=your-api-key-here
your-api-key-here
with your actual Gemini API key.Run the Development Server:
npm run dev
The app will be available at http://localhost:5173/ by default.
Contributions are welcome! Follow these steps to contribute:
git checkout -b feature-name
git commit -m "Add feature: feature-name"
git push origin feature-name
[!NOTE]
The app is still under development. Voice and image input features are placeholders for now.
We would love your feedback and suggestions!
Feel free to submit issues or reach out via GitHub Issues.