wizzywit / google-clone

Google UI clone with few functionalities

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Google UI Clone

This example shows how to use Tailwind CSS (v2.2) with Next.js to build a clone of the google landing page UI with basic search functionality. It follows the steps outlined in the official Tailwind docs.

Preview

Preview the deployed version live:

Open Google CLone

How to run

  • Clone this repo using this command git clone https://github.com/wizzywit/google-clone.git
  • run npm install
  • Execute the following commands with npm or Yarn to run the code locally,afterwhich access it at: http://localhost:3000/
npm install
or
yarn i

next build
next start

for development run:
next dev

About

Google UI clone with few functionalities


Languages

Language:JavaScript 100.0%