This project is a clone of the popular search engine Google Search, built using Vite. It provides a user-friendly interface for searching the web, replicating the core functionality of the original Google Search.
- Searchable Interface: Users can enter their search queries and receive relevant results from the web.
- Instant Search Results: Search results are displayed dynamically as the user types, providing an intuitive and responsive experience.
- User-Friendly Design: The interface is designed to be simple and easy to use, making it accessible to a wide range of users.
- Vite.
- Google Programmable Search Engine.
- ContextAPI
-
Clone the Repository
git clone https://github.com/likhithkp/React-Vite-Google-Search-Clone.git
-
Navigate to the Project Folder
cd google-search-clone
-
Install Dependencies
npm install
-
Run the Development Server
npm run dev
The application will be available at
http://localhost:3000
.
public/
: Public assets or static files.src/
: Contains the source code.assets/
: Logos, pictures etc.components/
: React components.utils
: Api functionalities.App.jsx
: Application component.index.css
: Main application CSS component.main.jsx
: Main file.
package.json
: Project configuration and dependencies.index.html
: Entry point.postcss.config.js
: Project configuration and dependencies.tailwind.config.js
: Project configuration and dependencies.vite.config.js
: Vite configuration.
Contributions to this project are welcome and encouraged. Please feel free to create issues and pull requests to improve the project.
For inquiries, contact [email protected].