Skip to content

Latest commit

 

History

History
43 lines (27 loc) · 733 Bytes

README.md

File metadata and controls

43 lines (27 loc) · 733 Bytes

Google Search Engine 🚀

A simple replica of Google search engine implementation using React and Vite.

Tech stacks

React Javascript Tailwindcss

Overview

This project is a basic Google search engine created with React and Vite. It utilizes the Google Search API to fetch search results and display them in a user-friendly interface.

Getting Started

Installation

  1. Clone the repository:

    git clone https://github.com/your-username/google-search-react-vite.git
  2. Chane ptroject directory:

    cd google-search
  3. Install dependencies:

    npm install

Start the development server

  1. Install dependencies:

    npm run dev