Google Gemini Clone is a React.js web application that replicates the search interface of Google Gemini. This project includes API integration with Google Gemini's language model, allowing users to experience a similar search experience. With this clone, users can explore the functionalities and design of Google Gemini within a React.js environment.
- Clone the repo
git clone https://github.com/aneeshlalwani/google-gemini-clone
- Install required dependencies
npm i
- Run the server
npm run dev