14 dépôts
Software libraries written entirely in JavaScript to ensure portability and avoid native binary dependencies.
Distinct from JavaScript-Native Implementations: The candidates are either too specific to Git or are awesome-list entries rather than functional taxonomy.
Explore 14 awesome GitHub repositories matching programming languages & runtimes · Pure JavaScript Implementations. Refine with filters or upvote what's useful.
This project is a vanilla JavaScript reference guide and implementation collection designed to replace legacy libraries with native browser patterns. It provides a set of native JavaScript patterns for selecting, modifying, and navigating HTML elements, alongside a web API implementation guide for handling events and styles. The project serves as a reference for implementing asynchronous JavaScript patterns using native promises and fetch for remote data and background tasks. It also includes a client-side utility collection for performing data transformations, type validation, and element me
Provides implementations written entirely in vanilla JavaScript to avoid external library dependencies.
Jimp is a JavaScript image processing library and Node.js manipulation tool designed to perform image transformations and edits entirely within a JavaScript environment. It is a zero-dependency image library that operates without requiring native binaries or external system software dependencies. The project provides a programmatic interface for automated image transformations, including resizing, cropping, and filtering. It supports the creation of custom image pipelines and server-side image editing by processing data without relying on native system tools.
Implements all image processing logic in pure JavaScript to avoid reliance on external C libraries.
Jimp is a zero-dependency JavaScript image processing library and programmatic editor designed for manipulating, resizing, and filtering images in Node.js. It functions as a multi-format image encoder and extensible pipeline that operates entirely in JavaScript to ensure portable deployment across different environments without requiring native system dependencies. The engine features a modular architecture that allows for custom image processor builds and the registration of custom processing plugins. This extensibility enables the addition of specific visual effects and custom file-type enc
Written entirely in JavaScript to ensure portable deployment without requiring native binary system dependencies.
This project is a curated collection of galleries and component libraries that demonstrate pure CSS visual effects, 3D transforms, animation patterns, and layout solutions. It serves as a visual catalog of interactive UI elements and graphics built exclusively with HTML and CSS. The collection distinguishes itself by implementing complex interactivity, such as state management and animation triggers, using only CSS pseudo-classes and keyframes without any JavaScript. It also features a system for generative art and algorithmic patterns, as well as spatial 3D constructions using perspective an
Achieves complex interactivity and state management purely with CSS, eliminating the need for JavaScript.
This project is a comprehensive knowledge base and study resource designed for mastering technical interviews. It provides structured guides, roadmaps, and curricula focused on data structures, algorithms, system design, and frontend engineering to help candidates prepare for software engineering screenings. The repository distinguishes itself by offering a holistic approach to professional advancement. Beyond technical drills, it includes a career development handbook covering resume optimization, salary benchmarking, and strategic negotiation coaching. It also provides detailed methodologie
Provides practice in recreating native JavaScript array methods and asynchronous utilities to master language internals.
Angular powered Bootstrap
Eliminates Bootstrap’s JavaScript dependencies by reimplementing all interactive behaviors in pure Angular.
Cash est une implémentation JavaScript des utilitaires shell Unix et des interfaces en ligne de commande. Elle fournit une collection d'outils standard de traitement de texte et de manipulation de fichiers au niveau système, écrits en ES6, qui s'exécutent sans compilation native ni dépendances externes. Le projet permet l'exécution programmatique d'opérations shell en utilisant des appels de fonction et des modèles balisés. Il implémente un système pour enchaîner plusieurs commandes afin de filtrer et transformer les données via des pipelines programmatiques, imitant le comportement standard des pipes shell. Ces capacités permettent l'exécution de commandes de style Unix pour la manipulation de fichiers et le traitement de texte directement dans un environnement JavaScript. L'implémentation inclut une abstraction du système de fichiers multiplateforme et un registre pour les variables d'environnement afin de garantir un comportement cohérent à travers différents systèmes d'exploitation.
Written entirely in ES6 to ensure platform independence and avoid dependencies on native binary compilation.
CSSFX is a curated collection of pre-made visual CSS effects for buttons, inputs, and other common UI elements. The library is entirely CSS-only, meaning the effects themselves require no JavaScript runtime, and each style can be copied to the system clipboard with a single click using the modern Clipboard API. The project is built as a single-page application with a component-based architecture, yet it delivers its entire interface without external JavaScript frameworks. All effect previews and code snippets are pre-rendered into static HTML files at build time, so each page request requires
Ships a curated collection of pre-made visual CSS effects for buttons and inputs.
Dagre is a pure JavaScript library for automatically laying out directed graphs. It implements a layered graph drawing algorithm based on the Sugiyama framework, positioning nodes in horizontal layers and routing edges to produce clear, readable visualizations with no native dependencies. The library handles edge routing as polylines with control points to avoid overlapping nodes, reduces edge crossings through heuristic node ordering within layers, and assigns final coordinates using a slack-based approach that respects minimum separation constraints. Graph structure and layout options are e
Computes graph layouts entirely in client-side JavaScript with no native dependencies.
simple.css is a classless CSS framework that styles plain, semantic HTML with sensible defaults, requiring no CSS classes or JavaScript. It automatically applies a dark color scheme based on system preference, sets responsive typography and spacing from a modular scale, and includes a minimal CSS reset to normalize browser defaults. The entire framework lives in a single file with no dependencies. The framework uses only element selectors, so any standard HTML page becomes visually presentable with a centered, max-width layout, accessible interactive elements (buttons, forms, navigation), and
Achieves all interactive effects (hover, focus, accordion) purely with CSS without any JavaScript.
hugo-book est un thème de documentation et un framework de site statique pour Hugo conçu pour créer des manuels techniques structurés, des livres de documentation et des bases de connaissances multilingues. Il transforme les structures de répertoires en menus de navigation hiérarchiques et en contenu technique formaté. Le framework inclut un moteur de rendu de documentation OpenAPI spécialisé qui convertit les spécifications en pages de référence structurées. Il fournit également une intégration de recherche côté client en texte intégral et prend en charge le contenu multilingue avec une mise en miroir de la mise en page de droite à gauche. Le projet couvre un large éventail de capacités de rendu de contenu, notamment la composition typographique d'équations mathématiques, la génération de diagrammes, l'intégration d'enregistrements de terminal et des éléments interactifs comme des panneaux à onglets et des blocs repliables. Il intègre également un système de blog chronologique et des outils pour générer des tables des matières et des listes d'étapes. La personnalisation visuelle est gérée par la prise en charge des thèmes de couleur, les remplacements de style CSS et l'injection HTML personnalisée.
Implements interactive documentation patterns, such as accordions and tabs, using pure CSS to eliminate JavaScript dependencies.
new.css est un framework CSS sans classe qui stylise automatiquement les éléments HTML sémantiques. Il fournit un design visuel moderne pour les sites web en appliquant des règles directement aux balises HTML standard, supprimant l'exigence d'assignations de noms de classe manuels. Le projet inclut un moteur de thème CSS et des skins esthétiques prédéfinis, tels qu'un mode sombre à contraste élevé et une interface de style terminal avec des polices à chasse fixe et des schémas de couleurs de ligne de commande. Ces identités visuelles sont gérées via des variables CSS, permettant la personnalisation de la palette et le changement de thème. Le framework couvre une gamme de capacités visuelles, notamment la typographie fluide réactive et le formatage de texte technique pour les blocs de code et les entrées clavier. Il fournit également un style pour les widgets de divulgation interactifs afin de créer des sections de contenu basculables sans l'utilisation de JavaScript.
Creates interactive components like toggleable sections purely with CSS and HTML disclosure elements.
KafkaJS is a pure JavaScript client for Apache Kafka, providing the necessary tools to produce and consume messages from a Kafka cluster without requiring native dependencies or external addons. It functions as a comprehensive integration library for Node.js applications to engage in distributed message processing and real-time event streaming. The project is distinguished by its native implementation of the Kafka wire protocol, avoiding C++ dependencies. It features a security client supporting SSL, TLS, and SASL authentication, alongside transactional capabilities that allow for atomic mess
Implements the Kafka wire protocol entirely in JavaScript to avoid native C++ dependencies.
bcrypt.js is a portable JavaScript implementation of the bcrypt algorithm used for securely hashing and verifying user passwords. It functions as a credential security utility that protects stored passwords against brute-force attacks through the use of salts and configurable work factors. The library is designed as a pure JavaScript cryptographic module, allowing it to run in any JavaScript environment, including both server-side Node.js and client-side web browsers, without requiring native system binaries or C++ bindings. It is a zero-dependency standalone module to minimize security risks
Implements the bcrypt algorithm entirely in JavaScript for seamless portability across Node.js and browser environments.