Welcome to the Gemini Clone project! This React application emulates the core functionalities of the Gemini platform, focusing on information searching and tracking recent searches. Data is managed across components using React's Context API.
- Information Search: Efficiently search for information within the application.
- Recent Searches: View and manage your recent search history for quick access.
- Frontend: React.js
- State Management: Context API
- Styling: Custom CSS
To set up the project locally, follow these steps:
Ensure you have the following installed:
-
Clone the repository:
git clone https://github.com/devdasamale/Gemini-Clone.git cd Gemini-Clone
-
Install dependencies:
npm install
-
Running the Application
npm start