A Gemini Clone built using React that replicates the functionality of the Gemini platform. This project implements a search function with real-time data fetching via API, offering a clean and responsive user experience.
(Add a link to your projectβs screenshot here)
Check out the live version of the project here: Gemini Clone Live Demo
This project is a clone of the Gemini platform, created to showcase frontend development skills using React. The focus of the project is to replicate key features like search functionality, real-time data fetching, and a clean, responsive user interface that works across devices.
Follow these steps to get a local copy of the project up and running.
Make sure you have the following installed on your machine:
Clone the repository:
git clone https://github.com/anujgaurave/Gemini-Clone.git
Navigate to the project directory:
cd Gemini-Clone
Install dependencies:
npm install
Start the development server:
npm run dev
Open your browser and go to:
http://localhost:3000
This project uses a public API to fetch and display data dynamically. You can replace the API URL in the codebase with your preferred data source. The API is called in the search component to display relevant results based on user input.
This project is deployed on Vercel. To deploy your own version:
Contributions are welcome! If youβd like to contribute:
git checkout -b feature/YourFeature
.git commit -m 'Add some feature'
.git push origin feature/YourFeature
.This project is open-source and available under the MIT License.
Feel free to reach out to me for any questions or suggestions!
Name: Anuj Gaurave
LinkedIn: Anuj Gaurave
Email: anujgaurave@gmail.com
@vitejs/plugin-react uses Babel for Fast Refresh
@vitejs/plugin-react-swc uses SWC for Fast Refresh