https://github.com/dracula27/google-homepage
The Odin Project - Foundations - PROJECT: Google Homepage
https://github.com/dracula27/google-homepage
css css3 git html html5 javascript
Last synced: 3 months ago
JSON representation
The Odin Project - Foundations - PROJECT: Google Homepage
- Host: GitHub
- URL: https://github.com/dracula27/google-homepage
- Owner: DrAcula27
- Created: 2021-05-07T20:42:57.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2022-01-05T03:05:07.000Z (over 4 years ago)
- Last Synced: 2025-01-18T05:29:12.993Z (over 1 year ago)
- Topics: css, css3, git, html, html5, javascript
- Language: CSS
- Homepage: https://dracula27.github.io/google-homepage/
- Size: 104 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# google-homepage
The Odin Project - Foundations - Google Homepage - OLD (Project is no longer featured on TOP)
The goal of this project is to complete a deconstruction and simplified rebuild of the Google Search homepage.
A darkmode toggle button was added next to the Google Logo in the center of the page.
After completing this project, I have accomplished:
- Understanding version control using Git and GitHub
- Properly setting up and organizing HTML, CSS, and JavaScript files
- HTML/CSS/JS coding best practices
- Linking HTML/CSS/JS files together
- Using multiple HTML tags and elements
- Understanding the importance of commenting code