14 repository-uri
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 este o implementare JavaScript a utilitarelor shell Unix și a interfețelor de linie de comandă. Oferă o colecție de instrumente standard de procesare a textului și manipulare a fișierelor la nivel de sistem, scrise în ES6, care rulează fără compilare nativă sau dependențe externe. Proiectul permite execuția programatică a operațiunilor shell folosind apeluri de funcții și template-uri etichetate. Implementează un sistem pentru înlănțuirea mai multor comenzi pentru a filtra și transforma datele prin pipeline-uri programatice, imitând comportamentul standard de pipe al shell-ului. Aceste capabilități permit execuția comenzilor de tip Unix pentru manipularea fișierelor și procesarea textului direct într-un mediu JavaScript. Implementarea include o abstracție cross-platform a sistemului de fișiere și un registru pentru variabilele de mediu pentru a asigura un comportament consistent pe diferite sisteme de operare.
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 este o temă de documentație și un framework de site static pentru Hugo, conceput pentru a crea manuale tehnice structurate, cărți de documentație și baze de cunoștințe multilingve. Acesta transformă structurile de directoare în meniuri de navigare ierarhice și conținut tehnic formatat. Framework-ul include un renderer specializat de documentație OpenAPI care convertește specificațiile în pagini de referință structurate. De asemenea, oferă o integrare de căutare full-text pe partea clientului și suportă conținut multilingv cu oglindire a layout-ului de la dreapta la stânga (RTL). Proiectul acoperă o gamă largă de capabilități de randare a conținutului, inclusiv tehnoredactarea ecuațiilor matematice, generarea de diagrame, integrarea înregistrărilor de terminal și elemente interactive precum panouri cu tab-uri și blocuri colapsabile. De asemenea, integrează un sistem de blog cronologic și instrumente pentru generarea cuprinsului și a listelor de pași. Personalizarea vizuală este gestionată prin suport pentru teme de culoare, suprascrieri de stil CSS și injectare de HTML personalizat.
Implements interactive documentation patterns, such as accordions and tabs, using pure CSS to eliminate JavaScript dependencies.
new.css este un framework CSS fără clase care stilizează automat elementele HTML semantice. Acesta oferă un design vizual modern pentru site-uri web prin aplicarea regulilor direct pe tag-urile HTML standard, eliminând cerința pentru atribuirea manuală a numelor de clase. Proiectul include un motor de teme CSS și skin-uri estetice predefinite, cum ar fi un mod întunecat cu contrast ridicat și o interfață de tip terminal cu fonturi monospațiale și scheme de culori de linie de comandă. Aceste identități vizuale sunt gestionate prin variabile CSS, permițând personalizarea paletei și schimbarea temelor. Framework-ul acoperă o gamă de capabilități vizuale, inclusiv tipografie fluidă responsivă și formatarea textului tehnic pentru blocuri de cod și input-uri de tastatură. De asemenea, oferă stilizare pentru widget-uri interactive de tip disclosure pentru a crea secțiuni de conținut comutabile fără utilizarea 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.