This project is a clone of the Gemini AI website. It aims to replicate the design and functionality of the original website using Vite, ReactJS and Gemini API.
- Replica of the Gemini AI website design.
- Responsive layout for various screen sizes.
- Gemini API (Gemini 1.0 modal) has been utilized in the project.
- Integration of animations for a more engaging user experience.
-
Clone the repository:
git clone https://github.com/GitSentinel/gemini-clone.git
-
Navigate to the project directory:
cd gemini-clone
- Explore the website to experience the replicated Gemini AI interface.
- Experiment with the responsiveness by resizing your browser window or testing on different devices.
- Interact with various elements.
- Fork the repository.
- Create a new branch (
git checkout -b feature/your-feature
). - Make your changes.
- Commit your changes (
git commit -am 'Add some feature'
). - Push to the branch (
git push origin feature/your-feature
). - Create a new Pull Request.