Skip to content

yoseflakew25/google-clone-v2

Repository files navigation

Google Search Engine Clone

The Google Search Engine Clone is a web application that mimics the functionality and design of the Google search engine. It provides users with a familiar interface to perform searches and retrieve search results from the web. The project is built using React.js, a popular JavaScript library for building user interfaces.

Features

  • Search Bar: Enter search queries and receive search results.
  • Search Results: Display search results with titles, descriptions, and URLs.
  • Pagination: Navigate through multiple pages of search results.
  • Google Search Buttons: Access various search options, such as "Google Search" and "I'm Feeling Lucky."
  • Google Logo: Display the iconic Google logo at the top of the page.
  • Responsive Design: Enjoy a seamless search experience on different devices, including desktops, tablets, and mobile phones.

Screenshots

screenshot1 screenshot1 screenshot1

Getting Started

First, run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev

Open http://localhost:3000 with your browser to see the result.

You can start editing the page by modifying app/page.js. The page auto-updates as you edit the file.

This project uses next/font to automatically optimize and load Inter, a custom Google Font.

Learn More

To learn more about Next.js, take a look at the following resources:

You can check out the Next.js GitHub repository - your feedback and contributions are welcome!

Deploy on Vercel

The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.

Check out our Next.js deployment documentation for more details.