Skip to content

The iconic Google homepage reverse engineered into simple HTML and CSS

Notifications You must be signed in to change notification settings

mggwxyz/google-homepage

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Google Homepage

The iconic Google homepage reverse engineered into simple HTML and CSS

Try It Out

https://mggwxyz.github.io/google-homepage

Table of Contents

  1. Project Overview
  2. Setting up the project
  3. Running the project
  4. Inspiration
  5. Resource Links

Project Overview

The purpose of this project was to build my front end web development skills, I decided to try and replicate the google homepage using my growing knowledge of HTML and CSS.

Setting up the project

Clone the git repository into a directory using a terminal

git clone https://github.com/mggwxyz/google-homepage.git

Navigate into the new project directory

cd google-homepage

Download required node dependencies

npm install

Running the project

After setting up the project, run the following command to start the project

npm start

The project will be accessible at http://localhost:8080

Inspiration

This project was suggested by The Odin Project

Resource Links