This is my attempt to recreate a simple browser from scratch. It includes everything from HTML parsing and tree structuring to text and block formatting to HTTP request handling. As this project develops, the browser will become more intuitive and share more characteristics of modern browsers.
The current state of the browser (9/27/2024):
A snippet of the HTML tree constructed in the background: