0%
Browser 11

Browser 11

Project Description:

I created a simple Windows 11 replica in a web browser using HTML, CSS, and JavaScript, one of my initial projects in web development. The project features interactive elements like a start button and a notification center, emulating the functionality of the Windows 11 interface.

Project Requirements:

  • Replicate the Windows 11 interface.
  • Implement an interactive Start button.
  • Create a functional Notification Center.
  • Develop the project using HTML, CSS, and JavaScript.

What I Learned:

This project served as a fantastic learning experience for me in several aspects of web development, including:

  • HTML for structuring the page.
  • CSS for styling and layout design.
  • JavaScript for adding interactivity to the elements.
  • User interface (UI) design principles.
  • Event handling and DOM manipulation.
  • Troubleshooting and debugging web applications.
Here’s the link to my project on GitHub.
Tags :

Comments

comments powered by Disqus

Related Posts

Git Basics: Part 1

Git Basics: Part 1

Git is a powerful version control system with a wide range of capabilities and GitHub is a popular web-based platform that provides hosting for Git repositories.

Read More
HTB - Cap Writeup

HTB - Cap Writeup

Cap is an easy difficulty Linux machine running an HTTP server that performs administrative functions including performing network captures. Improper controls result in Insecure Direct Object Reference (IDOR) giving access to another user's capture. The capture contains plaintext credentials and can be used to gain foothold. A Linux capability is then leveraged to escalate to root.

Read More

How Password Managers Detect Breached Passwords So Fast

Learn how password managers can instantly tell if your password has been breached without storing passwords locally or sending them to servers - using clever hashing techniques.

Read More