Gemini Clone is a simplified version of the Gemini app, built using ReactJS and Vite with Gemini API integration. This project aims to replicate the basic functionalities of Gemini, such as browsing content ( without features like searching images or voice commands, accessing settings, or managing profiles )
- Clone the repository:
git clone https://github.com/0xd15c/gemini-clone.git
- Install dependencies from package file:
npm install
- Run the app
npm run dev