An open API service indexing awesome lists of open source software.

https://github.com/krasun/howbrowserswork

An interactive guide to how browsers work
https://github.com/krasun/howbrowserswork

browsers guides

Last synced: about 1 month ago
JSON representation

An interactive guide to how browsers work

Awesome Lists containing this project

README

          

# How Browsers Work

[HowBrowsersWork](https://howbrowserswork.com) is an interactive guide to the internal world of browsers.

[![How Browsers Work](./screenshot.png)](https://howbrowserswork.com)

Made by [Dmytro Krasun](https://dmytrokrasun.com).

## Stack

1. Hosted on [Cloudflare Pages](https://pages.cloudflare.com/).
2. Built with [Next.js](https://nextjs.org/) and [Tailwind CSS](https://tailwindcss.com/).
3. [Codex](https://openai.com/codex/) as an AI assistant for writing code.

## Development

Run:

```bash
npm run dev
```

## License

The project is licensed under the [MIT License](./LICENSE).