gitextract_9zpqby23/ ├── README.md ├── TOTALLY-GIGANTIC-FILE.md ├── about.md ├── animation/ │ └── web-animations-api.md ├── appearance/ │ ├── animation.md │ ├── typography.md │ └── visualization.md ├── architecture/ │ ├── algorithms.md │ ├── complete-systems.md │ ├── design-patterns.md │ ├── designs.md │ ├── event-driven-programming.md │ ├── functional-programming.md │ └── functional-reactive-programming-frp.md ├── compatibility/ │ ├── cross-browser.md │ ├── e-mail.md │ ├── keyboard.md │ ├── mobile.md │ ├── printers.md │ ├── responsive-web-design-rwd.md │ └── web-accessibility.md ├── contributing.md ├── ecosystem/ │ ├── communities-around-projects.md │ ├── news.md │ ├── notable-community-members.md │ ├── organizations.md │ └── podcasts.md ├── languages-protocols-browser-apis/ │ ├── cascading-style-sheets-css.md │ ├── document-object-model-dom.md │ ├── hypertext-markup-language-html.md │ ├── hypertext-transfer-protocol-http.md │ ├── javascript-ecmascript.md │ ├── javascript-object-notation-json.md │ ├── scalable-vector-graphics-svg.md │ ├── service-workers.md │ ├── templating-languages-and-engines.md │ ├── transpiled-languages.md │ ├── uniform-resource-identifier-uri.md │ └── webassembly.md ├── user-interface-components/ │ ├── buttons.md │ ├── code.md │ ├── forms.md │ ├── galeries-and-image-sliders.md │ ├── grid.md │ ├── rich-text-editors.md │ ├── table-of-contents.md │ ├── ui-kits.md │ └── video-and-audio.md └── workflow/ ├── automated-testing.md ├── build-tools.md ├── code-editors.md ├── css-tools.md ├── documentation.md ├── fonts-for-programmers.md ├── getting-started.md ├── html-tools.md ├── image-post-processing.md ├── javascript-tools.md ├── package-management.md ├── sourcemaps.md ├── tutorials.md └── version-control.md