EverStarck / GoogleClone

An a functional google.com clone made from scratch

Home Page:https://googl.everstarck.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Twitter Follow



Logo

GoogleClone

The Google that works made from scratch

Visit site · Report Bug · Request Feature


Google Clone

ScreenShot of the google clone project

Google Clone is a project made by EverStarck. This is not intended to be used for bad purposes, it was only made for practice.

Getting Started

It is easy to run this site on your computer, you only need Node and NPM.

  • npm
    npm install npm@latest -g

Installation

  1. Deploy the backend
  2. Clone the repo
    git clone https://github.com/EverStarck/GoogleClone.git
  3. Install NPM packages
    npm install
  4. Change your API url in /services/fetchData.js
    const response = await fetch(`YourApiUrlHere/api?query=${query}`);`)

Usage

Just run npm run dev in your terminal.

Contributing

Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

Contact

@EverStarck

https://github.com/EverStarck/GoogleClone

About

An a functional google.com clone made from scratch

https://googl.everstarck.com


Languages

Language:JavaScript 98.9%Language:CSS 1.1%