{"id":21169180,"url":"https://github.com/sohamburkule/geminiai-clone","last_synced_at":"2026-04-11T05:05:37.229Z","repository":{"id":231323420,"uuid":"781453068","full_name":"Sohamburkule/GeminiAi-Clone","owner":"Sohamburkule","description":"Gemini AI Clone is a project aimed at replicating the functionality of the Gemini AI, a conversational artificial intelligence developed by OpenAI. This clone utilizes natural language processing techniques to understand and respond to user queries in a conversational manner.","archived":false,"fork":false,"pushed_at":"2024-04-11T05:38:55.000Z","size":89,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-01-03T14:27:04.814Z","etag":null,"topics":["api","css","generative-ai","google-fonts-api","html","javascript","jsx","nodejs","reactjs","vite"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Sohamburkule.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-04-03T12:12:47.000Z","updated_at":"2024-09-23T15:53:40.000Z","dependencies_parsed_at":"2025-01-21T10:39:46.260Z","dependency_job_id":null,"html_url":"https://github.com/Sohamburkule/GeminiAi-Clone","commit_stats":null,"previous_names":["sohamburkule/geminiai-clone"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Sohamburkule/GeminiAi-Clone","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sohamburkule%2FGeminiAi-Clone","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sohamburkule%2FGeminiAi-Clone/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sohamburkule%2FGeminiAi-Clone/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sohamburkule%2FGeminiAi-Clone/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Sohamburkule","download_url":"https://codeload.github.com/Sohamburkule/GeminiAi-Clone/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sohamburkule%2FGeminiAi-Clone/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31669118,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-10T17:19:37.612Z","status":"online","status_checked_at":"2026-04-11T02:00:05.776Z","response_time":54,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["api","css","generative-ai","google-fonts-api","html","javascript","jsx","nodejs","reactjs","vite"],"created_at":"2024-11-20T15:25:17.783Z","updated_at":"2026-04-11T05:05:37.199Z","avatar_url":"https://github.com/Sohamburkule.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# React + Vite\n\nThis template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.\n\nCurrently, two official plugins are available:\n\n- [@vitejs/plugin-react](https://github.com/vitejs/vite-plugin-react/blob/main/packages/plugin-react/README.md) uses [Babel](https://babeljs.io/) for Fast Refresh\n- [@vitejs/plugin-react-swc](https://github.com/vitejs/vite-plugin-react-swc) uses [SWC](https://swc.rs/) for Fast Refresh\n\n# Gemini AI Clone\n\nGemini AI Clone is a web application built using React and Vite, integrated with a generative API. This project aims to replicate the functionality and design of Gemini.\nThe application utilizes modern web technologies to create a responsive and interactive user interface, mimicking the look and feel of the original Gemini platform.\n\n## Features\n\n- **React Components:**\n  - Implements various React components to create a modular and scalable UI structure.\n  - Utilizes React hooks for state management and functional components for enhanced performance.\n\n- **Vite Build Tool:**\n  - Uses Vite as the build tool for fast and efficient development and production builds.\n  - Enables hot module replacement (HMR) for real-time updates during development.\n\n- **Generative API Integration:**\n  - Integrates a generative API to generate mock data and simulate dynamic content.\n  - Fetches data from the API to populate the UI with realistic information.\n\n- **HTML and CSS Styling:**\n  - Implements HTML and CSS to structure and style the user interface.\n  - Utilizes CSS features like flexbox, grid layout, and media queries for responsive design.\n\n## Getting Started\n\nTo run the Gemini AI Clone locally on your machine, follow these steps:\n\n### Prerequisites\n\n- Node.js and npm (or yarn) installed on your machine.\n\n### Installation\n\n1. Clone the repository:\n   ```bash\n   git clone https://github.com/Sohamburkule/GeminiAi-Clone.git\n   ```\n\n2. Navigate to the project directory:\n   ```bash\n   cd GeminiAi-Clone\n   ```\n\n3. Install dependencies using npm:\n   ```bash\n   npm install\n   ```\n\n### Development\n\n1. Start the development server:\n   ```bash\n   npm run dev\n   ```\n\n2. Open your web browser and visit `http://localhost:3000` to view the Gemini AI Clone application.\n\n### Production Build\n\nTo build the application for production:\n\n```bash\nnpm run build\n```\n\nThis will create an optimized production build in the `dist` directory.\n\n## Usage\n\n- Explore the Gemini AI Clone interface to experience the replicated features of the Gemini platform.\n- Navigate through different sections and interact with the UI components.\n- Note that this clone is for educational and experimental purposes and does not provide real cryptocurrency trading functionalities.\n\n## Contributing\n\nContributions to the Gemini AI Clone project are welcome! If you'd like to contribute new features, improvements, or bug fixes, please fork the repository and submit a pull request.\n\n\n---\n\nFeel free to reach out with any questions or feedback. Enjoy using the Gemini AI Clone! 🚀🌌\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsohamburkule%2Fgeminiai-clone","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsohamburkule%2Fgeminiai-clone","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsohamburkule%2Fgeminiai-clone/lists"}