The iconic Google homepage reverse engineered into simple HTML and CSS
https://mggwxyz.github.io/google-homepage
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.
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
After setting up the project, run the following command to start the project
npm start
The project will be accessible at
http://localhost:8080
This project was suggested by The Odin Project