๐ Google Search Engine Clone
A modern Google Search Engine clone built with React, Tailwind CSS, and the Google Custom Search API. This project demonstrates a clean UI, responsive design, and integration of real search resultsโmaking it a great addition to your portfolio or resume.
๐ Features
- ๐ Real-time Search: Search the web using the official Google Custom Search API
- ๐ผ๏ธ Image Search: Toggle between web and image results
- ๐ Paginated Results: Navigate results with intuitive pagination
- ๐ฑ Responsive Design: Works great on mobile and desktop
- ๐ Modern UI: Clean Google-like interface with Tailwind CSS
- โก Quick Links: Easy access to YouTube, GitHub, Facebook, Twitter, LinkedIn
- ๐ท๏ธ Category Tabs: UI ready for All, Images, News, Videos, and Shopping
- ๐ Live Links: Results include clickable links, titles, and descriptions
๐ ๏ธ Tech Stack
- Framework: React (with React Router)
- Bundler: Vite (for fast builds)
- CSS: Tailwind CSS
- API: Google Custom Search API
- HTTP Client: Axios
- Icons: React Icons
- Tooling: PostCSS & Autoprefixer
๐งช How to Use
git clone https://github.com/Sonupandit9693/google-Search-Engine.git
cd google-Search-Engine
npm install
npm run dev