3 Repos
Collections of minimal functional code examples demonstrating core web standards and APIs.
Distinct from CSS and HTML Authoring References: Existing candidates are either too narrow (JS design patterns) or specifically authoring references, not functional example libraries.
Explore 3 awesome GitHub repositories matching education & learning resources · Web Technology Example Libraries. Refine with filters or upvote what's useful.
Simpl ist eine HTML-, CSS- und JavaScript-Beispielbibliothek, die eine Sammlung minimaler funktionaler Demonstrationen von Kern-Webtechnologien und nativen Browser-APIs bereitstellt. Sie dient als Referenzimplementierung und Mustergalerie für die Frontend-Entwicklung und bietet praktische Beispiele für die Implementierung gängiger Webfunktionen. Das Projekt präsentiert eine breite Palette an Browser-Funktionen, einschließlich Echtzeit-Webkommunikation via WebSockets und WebRTC, Techniken für responsives Webdesign für adaptive Layouts sowie die Implementierung von Offline-Workflows mittels Service Workern. Es bietet zudem Demonstrationen für clientseitige Speicherung mittels IndexedDB und Browser-basierten Key-Value-Stores. Die Bibliothek deckt eine breite Oberfläche an Web-Funktionen ab, einschließlich Hardware-Integration mit Gerätesensoren und Geolokalisierung, fortschrittlicher Medienerfassung und -wiedergabe für Audio und Video sowie die Verwendung von Canvas für zwei- und dreidimensionales Grafik-Rendering. Weitere Bereiche umfassen Datenmanipulation, asynchrone Programmierung und die Verwendung von Browser-APIs zur Überwachung von Leistung und Netzwerkkonnektivität.
Provides a comprehensive collection of minimal functional demonstrations covering core web technologies and browser APIs.
This repository serves as a comprehensive collection of reference implementations for the Remix web framework. It provides practical examples of full-stack web development, demonstrating how to build dynamic, server-rendered applications that bridge server-side logic with client-side interactivity. By leveraging a component-based architecture, these examples illustrate core patterns for managing data, routing, and user interfaces within a unified development environment. The collection highlights the framework's distinctive approach to web architecture, emphasizing server-side data loading an
Offers a collection of reference implementations demonstrating patterns for data loading, authentication, and server-side rendering.
This project is a browser-based code playground and web development sandbox designed for front-end experimentation, prototyping, and educational use. It provides an interactive workspace where users can write, transpile, and execute HTML, CSS, and JavaScript snippets to receive immediate visual feedback. The environment distinguishes itself through an integrated JavaScript module bundler that resolves and loads external dependencies directly in the browser. By utilizing import maps and in-browser transpilation, the system enables the use of modern syntax and third-party libraries without requ
Provides interactive environments for students to experiment with web technologies and view instant results.