JavaScript frameworks and libraries are collections of pre-written JavaScript code designed to streamline and enhance web development. While both provide reusable code, their primary distinction lies in their control flow and level of abstraction.JavaScript Libraries:Libraries are essentially toolkits of functions and objects that developers can call upon to perform specific tasks. They offer flexibility, allowing developers to integrate them into their projects as needed.Examples:jQuery: Simplifies DOM manipulation, event handling, and AJAX.Lodash: Provides utility functions for common programming tasks like array manipulation and object iteration.D3.js: A powerful library for data visualization.React: While often used within a framework-like structure, React itself is a library for building user interfaces with a component-based approach.JavaScript Frameworks:Frameworks provide a more structured and opinionated approach to web development. They dictate the architecture and flow of an application, providing a comprehensive set of tools and conventions. Developers essentially “fill in the blanks” within the framework’s structure.Examples:Angular: A comprehensive, full-featured framework maintained by Google, offering tools for data management, routing, and UI components. It often uses TypeScript.Vue.js: A progressive framework known for its ease of learning and flexibility, allowing incremental adoption into projects.Ember.js: A highly opinionated framework that emphasizes convention over configuration, providing a complete solution for building ambitious web applications.Next.js: A React framework for building server-side rendered and statically generated web applications.Key Differences:Inversion of Control: Libraries are called upon by the developer’s code, while frameworks call upon the developer’s code. This is known as “inversion of control.”Structure and Opinionation: Frameworks provide a more rigid structure and set of conventions, guiding the development process. Libraries offer more freedom and can be used in conjunction with other libraries or frameworks.Scope: Frameworks typically aim to provide a complete solution for building an entire application, while libraries focus on specific functionalities.A curated list of awesome JavaScript frameworks, libraries and software.facebook/react – The library for web and native user interfaces.trekhleb/javascript-algorithms – 📝 Algorithms and data structures implemented in JavaScript with explanations and links to further readingsairbnb/javascript – JavaScript Style GuideChalarangelo/30-seconds-of-code – Coding articles to level up your development skillsnodejs/node – Node.js JavaScript runtime ✨🐢🚀✨mrdoob/three.js – JavaScript 3D Library.axios/axios – Promise based HTTP client for the browser and node.jsryanmcdermott/clean-code-javascript – Clean Code concepts adapted for JavaScriptmicrosoft/Web-Dev-For-Beginners – 24 Lessons, 12 Weeks, Get Started as a Web Developerexpressjs/express – Fast, unopinionated, minimalist web framework for node.chartjs/Chart.js – Simple HTML5 Charts using the tagleonardomso/33-js-concepts – 📜 33 JavaScript concepts every developer should know.webpack/webpack – A bundler for javascript and friends. Packs many modules into a few bundled assets. Code Splitting allows for loading parts of the application on demand. Through “loaders”, modules can be CommonJs, AMD, ES6 modules, CSS, Images, JSON, Coffeescript, LESS, … and your custom stuff.juliangarnier/anime – JavaScript animation enginelodash/lodash – A modern JavaScript utility library delivering modularity, performance, & extras.atom/atom – The hackable text editorjquery/jquery – jQuery JavaScript Librarygorhill/uBlock – uBlock Origin – An efficient blocker for Chromium and Firefox. Fast and lean.h5bp/html5-boilerplate – A professional front-end template for building fast, robust, and adaptable web apps or sites.azl397985856/leetcode – LeetCode Solutions: A Record of My Problem Solving Journey.( leetcode题解,记录自己的leetcode解题之路。)mozilla/pdf.js – PDF Reader in JavaScriptprettier/prettier – Prettier is an opinionated code formatter.TryGhost/Ghost – Independent technology for modern publishing, memberships, subscriptions and newsletters.moment/moment – Parse, validate, manipulate, and display dates in javascript.bigskysoftware/htmx – </> htmx – high power tools for HTMLAsabeneh/30-Days-Of-JavaScript – 30 days of JavaScript programming challenge is a step-by-step guide to learn JavaScript programming language in 30 days. This challenge may take more than 100 days, please just follow your own pace. These videos may help too: https://www.youtube.com/channel/UC7PNRuno1rzYPb1xLa4yktwmeteor/meteor – Meteor, the JavaScript App Platformgoogle/zx – A tool for writing better scriptsLeCoupa/awesome-cheatsheets – 👩💻👨💻 Awesome cheatsheets for popular programming languages, frameworks and development tools. They include everything you should know in one single file.parcel-bundler/parcel – The zero configuration build tool for the web. 📦🚀Leaflet/Leaflet – 🍃 JavaScript library for mobile-friendly interactive maps 🇺🇦sudheerj/reactjs-interview-questions – List of top 500 ReactJS Interview Questions & Answers….Coding exercise questions are coming soon!!yarnpkg/yarn – The 1.x line is frozen – features and bugfixes now happen on https://github.com/yarnpkg/berrynwjs/nw.js – Call all Node.js modules directly from DOM/WebWorker and enable a new way of writing applications with all Web technologies.dcloudio/uni-app – A cross-platform framework using Vue.jsvideojs/video.js – Video.js – open source HTML5 video playerDogfalo/materialize – Materialize, a CSS Framework based on Material Designphaserjs/phaser – Phaser is a fun, free and fast 2D game framework for making HTML5 games for desktop and mobile web browsers, supporting Canvas and WebGL rendering.usebruno/bruno – Opensource IDE For Exploring and Testing API’s (lightweight alternative to Postman/Insomnia)naptha/tesseract.js – Pure Javascript OCR for more than 100 Languages 📖🎉🖥denysdovhan/wtfjs – 🤪 A list of funny and tricky JavaScript examplesToolJet/ToolJet – ToolJet is the open-source foundation of ToolJet AI – the AI-native platform for building internal tools, dashboard, business applications, workflows and AI agents 🚀HeyPuter/puter – 🌐 The Internet Computer! Free, Open-Source, and Self-Hostable.carbon-app/carbon – 🖤 Create and share beautiful images of your source codealvarotrigo/fullPage.js – fullPage plugin by Alvaro Trigo. Create full screen pages fast and simplezenorocha/clipboard.js – ✂️ Modern copy to clipboard. No Flash. Just 3kb gzipped 📋TheAlgorithms/JavaScript – Algorithms and Data Structures implemented in JavaScript for beginners, following best practices.adobe/brackets – An open source code editor for the web, written in JavaScript, HTML and CSS.drawdb-io/drawdb – Free, simple, and intuitive online database diagram editor and SQL generator.lovell/sharp – High performance Node.js image processing, the fastest module to resize JPEG, PNG, WebP, AVIF and TIFF images. Uses the libvips library.parallax/jsPDF – Client-side JavaScript PDF generation for everyone.webtorrent/webtorrent – ⚡️ Streaming torrent client for the weblayui/layui – 一套遵循原生态开发模式的 Web UI 组件库,采用自身轻量级模块化规范,易上手,可以更简单快速地构建网页界面。VincentGarreau/particles.js – A lightweight JavaScript library for creating particleselsewhencode/project-guidelines – A set of best practices for JavaScript projectsstandard/standard – 🌟 JavaScript Style Guide, with linter & automatic code fixersampotts/plyr – A simple HTML5, YouTube and Vimeo playertastejs/todomvc – Helping you select a JavaScript framework – Todo apps for React.js, Angular, Vue and many morevuejs/vuex – 🗃️ Centralized State Management for Vue.js.caolan/async – Async utilities for node and the browserswagger-api/swagger-ui – Swagger UI is a collection of HTML, JavaScript, and CSS assets that dynamically generate beautiful documentation from a Swagger-compliant API.Advanced-Frontend/Daily-Interview-Question – 我是依扬(木易杨),公众号「高级前端进阶」作者,每天搞定一道前端大厂面试题,祝大家天天进步,一年后会看到不一样的自己。jashkenas/underscore – JavaScript’s utility _ beltDavidHDev/react-bits – An open source collection of animated, interactive & fully customizable React components for building memorable websites.Asabeneh/30-Days-Of-React – 30 Days of React challenge is a step by step guide to learn React in 30 days. These videos may help too: https://www.youtube.com/channel/UC7PNRuno1rzYPb1xLa4yktwquasarframework/quasar – Quasar Framework – Build high-performance VueJS user interfaces in record timeeslint/eslint – Find and fix problems in your JavaScript code.sudheerj/javascript-interview-questions – List of 1000 JavaScript Interview Questionsai/nanoid – A tiny (124 bytes), secure, URL-friendly, unique string ID generator for JavaScripthaizlin/fe-interview – 前端面试每日 3+1,以面试题来驱动学习,提倡每日学习与思考,每天进步一点!每天早上5点纯手工发布面试题(死磕自己,愉悦大家),6000+道前端面试题全面覆盖,HTML/CSS/JavaScript/Vue/React/Nodejs/TypeScript/ECMAScritpt/Webpack/Jquery/小程序/软技能……JakeChampion/fetch – A window.fetch JavaScript polyfill.select2/select2 – Select2 is a jQuery based replacement for select boxes. It supports searching, remote data sets, and infinite scrolling of results.feathericons/feather – Simply beautiful open-source iconsModernizr/Modernizr – Modernizr is a JavaScript library that detects HTML5 and CSS3 features in the user’s browser.localForage/localForage – 💾 Offline storage, improved. Wraps IndexedDB, WebSQL, or localStorage using a simple but powerful API.zloirock/core-js – Standard Librarygoldfire/howler.js – Javascript audio library for the modern web.dimsemenov/PhotoSwipe – JavaScript image gallery for mobile and desktop, modular, framework independentnylas/nylas-mail – 💌 An extensible desktop mail app built on the modern web. Forks welcome!highlightjs/highlight.js – JavaScript syntax highlighter with language auto-detection and zero dependencies.goldbergyoni/javascript-testing-best-practices – 📗🌐 🚢 Comprehensive and exhaustive JavaScript & Node.js testing best practices (August 2025)hammerjs/hammer.js – A javascript library for multi-touch gestures :// You can touch thisresponsively-org/responsively-app – A modified web browser that helps in responsive web development. A web developer’s must have dev-tool.ramda/ramda – 🐏 Practical functional JavascriptMostlyAdequate/mostly-adequate-guide – Mostly adequate guide to FP (in javascript)validatorjs/validator.js – String validationprocessing/p5.js – p5.js is a client-side JS platform that empowers artists, designers, students, and anyone to learn to code and express themselves creatively on the web. It is based on the core principles of Processing. http://twitter.com/p5xjs —greensock/GSAP – GSAP (GreenSock Animation Platform), a JavaScript animation library for the modern webmochajs/mocha – ☕️ simple, flexible, fun javascript test framework for node.js & the browserchalk/chalk – 🖍 Terminal string styling done rightjs-cookie/js-cookie – A simple, lightweight JavaScript API for handling browser cookiesemberjs/ember.js – Ember.js – A JavaScript framework for creating ambitious web applicationsjlmakes/scrollreveal – Animate elements as they scroll into view.benweet/stackedit – In-browser Markdown editorwebsockets/ws – Simple to use, blazing fast and thoroughly tested WebSocket client and server for Node.jstypicode/lowdb – Simple and fast JSON databasebevacqua/dragula – 👌 Drag and drop so simple it hurtsnode-red/node-red – Low-code programming for event-driven applicationssvg/svgo – ⚙️ Node.js tool for optimizing SVG filesMagicMirrorOrg/MagicMirror – MagicMirror² is an open source modular smart mirror platform. With a growing list of installable modules, the MagicMirror² allows you to convert your hallway or bathroom mirror into your personal assistant.react-grid-layout/react-grid-layout – A draggable and resizable grid layout with responsive breakpoints, for React.handsontable/handsontable – JavaScript Data Grid / Data Table with a Spreadsheet Look & Feel. Works with React, Angular, and Vue. Supported by the Handsontable team ⚡ruanyf/es6tutorial – 《ECMAScript 6入门》是一本开源的 JavaScript 语言教程,全面介绍 ECMAScript 6 新增的语法特性。jsdom/jsdom – A JavaScript implementation of various web standards, for use with Node.jshapijs/joi – The most powerful data validation library for JSpaularmstrong/normalizr – Normalizes nested JSON according to a schemaavajs/ava – Node.js test runner that lets you develop with confidence 🚀wekan/wekan – The Open Source kanban (built with Meteor). Keep variable/table/field names camelCase. For translations, only add Pull Request changes to wekan/i18n/en.i18n.json , other translations are done at https://app.transifex.com/wekan/wekan only.PanJiaChen/vue-admin-template – a vue2.0 minimal admin templatemarkdown-it/markdown-it – Markdown parser, done right. 100% CommonMark support, extensions, syntax plugins & high speedverekia/js-stack-from-scratch – 🛠️⚡ Step-by-step tutorial to build a modern JavaScript stack.camsong/You-Dont-Need-jQuery – Examples of how to do query, style, dom, ajax, event etc like jQuery with plain javascript.motdotla/dotenv – Loads environment variables from .env for nodejs projects.knex/knex – A query builder for PostgreSQL, MySQL, CockroachDB, SQL Server, SQLite3 and Oracle, designed to be flexible, portable, and fun to use.enzymejs/enzyme – JavaScript Testing utilities for Reactbasecamp/trix – A rich text editor for everyday writingkrisk/Fuse – Lightweight fuzzy-search, in JavaScriptKaTeX/KaTeX – Fast math typesetting for the web.Reactive-Extensions/RxJS – The Reactive Extensions for JavaScripttesting-library/react-testing-library – 🐐 Simple and complete React DOM testing utilities that encourage good testing practices.gildas-lormeau/SingleFile – Web Extension for saving a faithful copy of a complete web page in a single HTML filejorgebucaran/hyperapp – 1kB-ish JavaScript framework for building hypertext applicationsyou-dont-need/You-Dont-Need-Lodash-Underscore – List of JavaScript methods which you can use natively + ESLint Pluginvuejs/vue-router – 🚦 The official router for Vue 211ty/eleventy – A simpler site generator. Transforms a directory of templates (of varying types) into HTML.mysqljs/mysql – A pure node.js JavaScript Client implementing the MySQL protocol.decaporg/decap-cms – A Git-based CMS for Static Site GeneratorsShopify/draggable – The JavaScript Drag & Drop library your grandparents warned you about.dropzone/dropzone – Dropzone is an easy to use drag’n’drop library. It supports image previews and shows nice progress bars.sweetalert2/sweetalert2 – ✨ A beautiful, responsive, highly customizable and accessible (WAI-ARIA) replacement for JavaScript’s popup boxes. Zero dependencies. 🇺🇦🇪🇺statsd/statsd – Daemon for easy but powerful stats aggregationplotly/plotly.js – Open-source JavaScript charting library behind Plotly and Dashliabru/matter-js – a 2D rigid body physics engine for the web ▲● ■JedWatson/classnames – A simple javascript utility for conditionally joining classNames togetheraFarkas/lazysizes – High performance and SEO friendly lazy loader for images (responsive and normal), iframes and more, that detects any visibility changes triggered through user interaction, CSS or JavaScript without configuration.pouchdb/pouchdb – 🦘 – PouchDB is a pocket-sized database.alyssaxuu/screenity – The free and privacy-friendly screen recorder with no limits 🎥commitizen/cz-cli – The commitizen command line utility. #BlackLivesMatterjulianshapiro/velocity – Accelerated JavaScript animation.4ian/GDevelop – 🎮 Open-source, cross-platform 2D/3D/multiplayer game engine designed for everyone.jonasschmedtmann/complete-javascript-course – Starter files, final projects, and FAQ for my Complete JavaScript coursegetify/Functional-Light-JS – Pragmatic, balanced FP in JavaScript. @FLJSBook on twitter.janl/mustache.js – Minimal templating with {{mustaches}} in JavaScriptalsotang/node-lessons – 📕《Node.js 包教不包会》 by alsotangdream-num/Luckysheet – Luckysheet upgraded to Univerangular/material – Material design for AngularJSinfernojs/inferno – 🔥 An extremely fast, React-like JavaScript library for building modern user interfacesbrix/crypto-js – JavaScript library of crypto standards.mattboldt/typed.js – A JavaScript Typing Animation Librarypqina/filepond – 🌊 A flexible and fun JavaScript file upload libraryyabwe/medium-editor – Medium.com WYSIWYG editor clone. Uses contenteditable API to implement a rich text solution.cure53/DOMPurify – DOMPurify – a DOM-only, super-fast, uber-tolerant XSS sanitizer for HTML, MathML and SVG. DOMPurify works with a secure default, but offers a lot of configurability and hooks. Demo:bradtraversy/vanillawebprojects – Mini projects built with HTML5, CSS & JavaScript. No frameworks or librariesxifangczy/cat-catch – 猫抓 浏览器资源嗅探扩展 / cat-catch Browser Resource Sniffing Extensionjasmine/jasmine – Simple JavaScript testing framework for browsers and node.jsyaronn/blessed-contrib – Build terminal dashboards using ascii/ansi art and javascriptlowlighter/metrics – 📊 An infographics generator with 30+ plugins and 300+ options to display stats about your GitHub account and render them as SVG, Markdown, PDF or JSON!nswbmw/N-blog – 《一起学 Node.js》maxwellito/vivus – JavaScript library to make drawing animation on SVGstephentian/33-js-concepts – 📜 每个 JavaScript 工程师都应懂的33个概念 @leonardomsogpujs/gpu.js – GPU Accelerated JavaScriptjsdoc/jsdoc – An API documentation generator for JavaScript.grab/front-end-guide – 📚 Study guide and introduction to the modern front end stack.kriskowal/q – A promise library for JavaScriptfrappe/charts – Simple, responsive, modern SVG Charts with zero dependenciesjanpaepke/ScrollMagic – The javascript library for magical scroll interactions.bower/bower – A package manager for the webjosdejong/mathjs – An extensive math library for JavaScript and Node.jsapexcharts/apexcharts.js – 📊 Interactive JavaScript Charts built on SVGriot/riot – Simple and elegant component-based UI librarypaperjs/paper.js – The Swiss Army Knife of Vector Graphics Scripting – Scriptographer ported to JavaScript and the browser, using HTML5 Canvas. Created by @lehni & @puckeyNodeBB/NodeBB – Node.js based forum software built for the modern webshowdownjs/showdown – A bidirectional Markdown to HTML to Markdown converter written in Javascriptautomerge/automerge-classic – A JSON-like data structure (a CRDT) that can be modified concurrently by different users, and merged again automatically.browserify/browserify – browser-side require() the node.js wayhuggingface/transformers.js – State-of-the-art Machine Learning for the web. Run 🤗 Transformers directly in your browser, with no need for a server!keystonejs/keystone-classic – Node.js CMS and web app frameworkMithrilJS/mithril.js – A JavaScript Framework for Building Brilliant Applicationswebrtc/samples – WebRTC Web demos and samplesmyliang/x-spreadsheet – The project has been migrated to @wolf-table/table https://github.com/wolf-table/tableshelljs/shelljs – 🐚 Portable Unix shell commands for Node.jsCesiumGS/cesium – An open-source JavaScript library for world-class 3D globes and maps 🌎pandao/editor.md – The open source embeddable online markdown editor (component).facebookarchive/prepack – A JavaScript bundle optimizer.davidshimjs/qrcodejs – Cross-browser QRCode generator for javascriptmarcuswestin/store.js – Cross-browser storage for all use cases, used across the web.adobe-webplatform/Snap.svg – The JavaScript library for modern SVG graphics.google/WebFundamentals – Former git repo for WebFundamentals on developers.google.comsingle-spa/single-spa – The router for easy microfrontendsmarko-js/marko – A declarative, HTML-based language that makes building web apps funlouischatriot/nedb – The JavaScript Database, for Node.js, nw.js, electron and the browserdcloudio/mui – 最接近原生APP体验的高性能框架zalmoxisus/redux-devtools-extension – Redux DevTools extension.codesandbox/codesandbox-client – An online IDE for rapid web developmentrwaldron/johnny-five – JavaScript Robotics and IoT programming framework, developed at Bocoup.mishoo/UglifyJS – JavaScript parser / mangler / compressor / beautifier toolkitnextapps-de/flexsearch – Next-generation full-text search library for Browser and Node.jsDrkSephy/es6-cheatsheet – ES2015 [ES6] cheatsheet containing tips, tricks, best practices and code snippetssql-js/sql.js – A javascript library to run SQLite on the web.lokesh/color-thief – Grab the color palette from an image using just Javascript. Works in the browser and in Node.HabitRPG/habitica – A habit tracker app which treats your goals like a Role Playing Game.expo/create-react-native-app – Create React Native apps that run on iOS, Android, and webmholt/PapaParse – Fast and powerful CSV (delimited text) parser that gracefully handles large files and malformed inputmdbootstrap/TW-Elements – 𝙃𝙪𝙜𝙚 collection of Tailwind MIT licensed (free) components, sections and templates 😎gabrielecirulli/2048 – The source code for 2048nock/nock – HTTP server mocking and expectations library for Node.jsnovnc/noVNC – VNC client web applicationrequirejs/requirejs – A file and module loader for JavaScriptjwagner/smartcrop.js – Content aware image croppinggnab/remark – A simple, in-browser, markdown-driven slideshow tool.qeeqbox/social-analyzer – API, CLI, and Web App for analyzing and finding a person’s profile in 1000 social media \ websitesGoogleChrome/workbox – 📦 Workbox: JavaScript libraries for Progressive Web Appsuxsolutions/bootstrap-datepicker – A datepicker for twitter bootstrap (@twbs)cockpit-project/cockpit – Cockpit is a web-based graphical interface for servers.mayswind/AriaNg – AriaNg, a modern web frontend making aria2 easier to use.reactioncommerce/reaction – Project has been discontinued ////// Mailchimp Open Commerce is an API-first, headless commerce platform built using Node.js, React, GraphQL. Deployed via Docker and Kubernetes.gruntjs/grunt – Grunt: The JavaScript Task RunnerVerbalExpressions/JSVerbalExpressions – JavaScript Regular expressions made easyopenlayers/openlayers – OpenLayersbpampuch/pdfmake – Client/server side PDF printing in pure JavaScriptCodeSeven/toastr – Simple javascript toast notificationsChalarangelo/30-seconds-of-interviews – A curated collection of common interview questions to help you prepare for your next interview.jaredreich/pell – 📝 the simplest and smallest WYSIWYG text editor for web, with no dependenciesDustinBrett/daedalOS – Desktop environment in the browserkarma-runner/karma – Spectacular Test Runner for JavaScriptpiskelapp/piskel – A simple web-based tool for Spriting and Pixel art.nightwatchjs/nightwatch – Integrated end-to-end testing framework written in Node.js and using W3C Webdriver API. Developed at @browserstackalyssaxuu/flowy – The minimal javascript library to create flowcharts ✨summernote/summernote – Super simple WYSIWYG editorccampbell/mousetrap – Simple library for handling keyboard shortcuts in Javascriptwix/Detox – Gray box end-to-end testing and automation framework for mobile appsTheOdinProject/curriculum – The open curriculum for learning web developmentsvgdotjs/svg.js – The lightweight library for manipulating and animating SVGdebug-js/debug – A tiny JavaScript debugging utility modelled after Node.js core’s debugging technique. Works in Node.js and web browsersjquery/jquery-ui – The official jQuery user interface library.DmitryBaranovskiy/raphael – JavaScript Vector Libraryjavve/list.js – The perfect library for adding search, sort, filters and flexibility to tables, lists and various HTML elements. Built to be invisible and work on existing HTML.acornjs/acorn – A small, fast, JavaScript-based JavaScript parserjaredpalmer/razzle – ✨ Create server-rendered universal JavaScript applications with no configurationConardLi/easy-dataset – A powerful tool for creating fine-tuning datasets for LLMkarpathy/convnetjs – Deep Learning in Javascript. Train Convolutional Neural Networks (or ordinary ones) in your browser.dangrossman/daterangepicker – JavaScript Date Range, Date and Time Picker Componentjhu-ep-coursera/fullstack-course4 – Example code for HTML, CSS, and Javascript for Web Developers Coursera Courseplaycanvas/engine – Powerful web graphics runtime built on WebGL, WebGPU, WebXR and glTFclauderic/react-sortable-hoc – A set of higher-order components to turn any list into an animated, accessible and touch-friendly sortable list✌️hakanyalcinkaya/kodluyoruz-frontend-101-egitimi – Kodluyoruz için Hazırladığım Video Eğitim Seti Repo’sudur. Tüm Eğitimlerime: https://linktr.ee/hakanyalcinkaya adresinden ulaşabilirsiniz.plankanban/planka – PLANKA is the kanban-style project mastering tool for everyone.tsayen/dom-to-image – Generates an image from a DOM node using HTML5 canvasbrowserstate/history.js – History.js gracefully supports the HTML5 History/State APIs (pushState, replaceState, onPopState) in all browsers. Including continued support for data, titles, replaceState. Supports jQuery, MooTools and Prototype. For HTML5 browsers this means that you can modify the URL directly, without needing to use hashes anymore. For HTML4 browsers it will revert back to using the old onhashchange functionality.ShareDropio/sharedrop – Easy P2P file transfer powered by WebRTC – inspired by Apple AirDropcytoscape/cytoscape.js – Graph theory (network) library for visualisation and analysismathjax/MathJax – Beautiful and accessible math in all browsersreactstrap/reactstrap – Simple React Bootstrap 5 componentsNetflix/falcor – A JavaScript library for efficient data fetchingFredrikNoren/ungit – The easiest way to use git. On any platform. Anywhere.knockout/knockout – Knockout makes it easier to create rich, responsive UIs with JavaScriptreactide/reactide – Reactide is the first dedicated IDE for React web application development.alexfoxy/lax.js – Simple & lightweight (<4kb gzipped) vanilla JavaScript library to create smooth & beautiful animations when you scroll.gka/chroma.js – JavaScript library for all kinds of color manipulationsfoliojs/pdfkit – A JavaScript PDF generation library for Node and the browserprotobufjs/protobuf.js – Protocol Buffers for JavaScript & TypeScript.ksky521/nodeppt – This is probably the best web presentation tool so far!jquery-validation/jquery-validation – jQuery Validation Plugin library sourcesNetflix/pollyjs – Record, Replay, and Stub HTTP Interactions.fantasyland/fantasy-land – Specification for interoperability of common algebraic structures in JavaScriptStuk/jszip – Create, read and edit .zip files with Javascriptsparksuite/simplemde-markdown-editor – A simple, beautiful, and embeddable JavaScript Markdown editor. Delightful editing for beginners and experts alike. Features built-in autosaving and spell checking.pagekit/vue-resource – The HTTP client for Vue.jswebtorrent/webtorrent-desktop – ❤️ Streaming torrent app for Mac, Windows, and Linuxsenchalabs/connect – Connect is a middleware layer for Node.jsgoofychris/art-template – High performance JavaScript templating enginesnapappointments/bootstrap-select – 🚀 The jQuery plugin that brings select elements into the 21st century with intuitive multiselection, searching, and much more.faisalman/ua-parser-js – The most comprehensive, compact, and up-to-date JavaScript library to detect user’s browser, OS, CPU, and device type/model. Also detect bots, apps, and more. Runs seamlessly in the browser (client-side) or Node.js (server-side).facebook/jscodeshift – A JavaScript codemod toolkit.MrXujiang/h5-Dooring – H5 Page Maker, H5 Editor, LowCode. Make H5 as easy as building blocks. | 让H5制作像搭积木一样简单, 轻松搭建H5页面, H5网站, PC端网站,LowCode平台.sinonjs/sinon – Test spies, stubs and mocks for JavaScript.adamwdraper/Numeral-js – A javascript library for formatting and manipulating numbers.jprichardson/node-fs-extra – Node.js: extra methods for the fs object like copy(), remove(), mkdirs()blueedgetechno/win11React – Windows 11 in React 💻🌈⚡olistic/warriorjs – 🏰 An exciting game of programming and Artificial Intelligenceuncss/uncss – Remove unused styles from CSSmozilla/BrowserQuest – DEPRECATED – A HTML5/JavaScript multiplayer game experimentmdbootstrap/material-design-for-bootstrap – Important! A new UI Kit version for Bootstrap 5 is available. Access the latest free version via the link below.evolus/pencil – The Pencil Project’s unique mission is to build a free and opensource tool for making diagrams and GUI prototyping that everyone can use.jsx-eslint/eslint-plugin-react – React-specific linting rules for ESLintbpmn-io/bpmn-js – A BPMN 2.0 rendering toolkit and web modeler.chakra-core/ChakraCore – ChakraCore is an open source Javascript engine with a C API.WebKit/WebKit – Home of the WebKit project, the browser engine used by Safari, Mail, App Store and many other applications on macOS, iOS and Linux.Laverna/laverna – Laverna is a JavaScript note taking application with Markdown editor and encryption support. Consider it like open source alternative to Evernote.npm/cli – the package manager for JavaScriptolivernn/lunr.js – A bit like Solr, but much smaller and not as brightdidi/cube-ui – 🔶 A fantastic mobile ui lib implement by Vuehumanwhocodes/computer-science-in-javascript – Collection of classic computer science paradigms, algorithms, and approaches written in JavaScript.terser/terser – 🗜 JavaScript parser, mangler and compressor toolkit for ES6+grpc/grpc-web – gRPC for Web Clientsjshint/jshint – JSHint is a tool that helps to detect errors and potential problems in your JavaScript codeeasy-mock/easy-mock – A persistent service that generates mock data quickly and provids visualization view.guillaumepotier/Parsley.js – Validate your forms, frontend, without writing a single line of javascriptmrdoob/stats.js – JavaScript Performance MonitorNUKnightLab/TimelineJS – TimelineJS: A Storytelling Timeline built in JavaScript.kpdecker/jsdiff – A javascript text differencing implementation.desandro/imagesloaded – 📷 JavaScript is all like “You images done yet or what?”OnsenUI/OnsenUI – Mobile app development framework and SDK using HTML5 and JavaScript. Create beautiful and performant cross-platform mobile apps. Based on Web Components, and provides bindings for Angular 1, 2, React and Vue.js.beautifier/js-beautify – Beautifier for javascriptljharb/qs – A querystring parser and serializer with nesting supportnuejs/nue – Standards first web framework taking HTML, CSS, JS, and WASM to their peaktuupola/lazyload – Vanilla JavaScript plugin for lazyloading imagesjakesgordon/javascript-state-machine – A javascript finite state machine libraryartilleryio/artillery – The complete load testing platform. Everything you need for production-grade load tests. Serverless & distributed. Load test with Playwright. Load test HTTP APIs, GraphQL, WebSocket, and more. Use any Node.js module.douglascrockford/JSON-js – JSON in JavaScriptangular/protractor – E2E test framework for Angular appsNickersoft/push.js – The world’s most versatile desktop notifications framework 🌎adrai/flowchart.js – Draws simple SVG flow chart diagrams from textual representation of the diagramjonobr1/two.js – A renderer agnostic two-dimensional drawing api for the weblocomotivemtl/locomotive-scroll – 🛤 Detection of elements in viewport & smooth scrolling with parallax.shipshapecode/tether – A positioning engine to make overlays, tooltips and dropdowns bettersockjs/sockjs-client – WebSocket emulation – Javascript clientremarkjs/remark – markdown processor powered by plugins part of the @unifiedjs collectiveaemkei/jsfuck – Write any JavaScript with 6 Characters: !+TiddlyWiki/TiddlyWiki5 – A self-contained JavaScript wiki for the browser, Node.js, AWS Lambda etc.felixrieseberg/macintosh.js – 🖥 A virtual Apple Macintosh with System 8, running in Electron. I’m sorry.grommet/grommet – a react-based framework that provides accessibility, modularity, responsiveness, and theming in a tidy packageremix-run/history – Manage session history with JavaScripti18next/i18next – i18next: learn once – translate everywhereGeekyAnts/vue-native-core – Vue Native is a framework to build cross platform native mobile apps using JavaScriptchaijs/chai – BDD / TDD assertion framework for node.js and the browser that can be paired with any testing framework.text-mask/text-mask – Input mask for React, Angular, Ember, Vue, & plain JavaScriptuBlock-LLC/uBlock – uBlock: a fast, lightweight, and lean blocker for Chrome, Firefox, and Safari.givanz/VvvebJs – Drag and drop page builder library written in vanilla javascript without dependencies or build tools.CreateJS/EaselJS – The Easel Javascript library provides a full, hierarchical display list, a core interaction model, and helper classes to make working with the HTML5 Canvas element much easier.google/traceur-compiler – Traceur is a JavaScript.next-to-JavaScript-of-today compilerFineUploader/fine-uploader – Multiple file upload plugin with image previews, drag and drop, progress bars. S3 and Azure support, image scaling, form support, chunking, resume, pause, and tons of other features.joemccann/dillinger – The last Markdown editor, ever.fengyuanchen/viewerjs – JavaScript image viewer.expressjs/morgan – HTTP request logger middleware for node.jsPikaday/Pikaday – A refreshing JavaScript Datepicker — lightweight, no dependencies, modular CSSzhukov/webogram – Telegram web application, GPL v3mde/ejs – Embedded JavaScript templates — http://ejs.coalibaba/rax – 🐰 Rax is a progressive framework for building universal application. https://rax.js.orgharthur/brain – Simple feed-forward neural network in JavaScriptljianshu/Blog – 关注基础知识,打造优质前端博客,公众号[前端工匠]的作者brave/browser-laptop – [DEPRECATED] Please see https://github.com/brave/brave-browser for the current version of Braverebassjs/rebass – ⚛️ React primitive UI components built with styled-system.isomorphic-git/isomorphic-git – A pure JavaScript implementation of git for node and browsers!kimmobrunfeldt/progressbar.js – Responsive and slick progress barsjawil/blog – Too young, too simple. Sometimes, naive & stupid 🐌mgechev/javascript-algorithms – 💻 JavaScript implementations of computer science algorithmsmetalsmith/metalsmith – An extremely simple, pluggable static site generator for Node.jsmishoo/UglifyJS-old – JavaScript parser / mangler / compressor / beautifier library for NodeJSverlok/vanilla-lazyload – LazyLoad is a lightweight, flexible script that speeds up your website by deferring the loading of your below-the-fold images, backgrounds, videos, iframes and scripts to when they will enter the viewport. Written in plain “vanilla” JavaScript, it leverages IntersectionObserver, supports responsive images and enables native lazy loading.bramp/js-sequence-diagrams – Draws simple SVG sequence diagrams from textual representation of the diagramelasticsearch-dump/elasticsearch-dump – Import and export tools for elasticsearch & opensearchmicrosoft/botframework-sdk – Bot Framework provides the most comprehensive experience for building conversation applications.amejiarosario/dsa.js-data-structures-algorithms-javascript – 🥞Data Structures and Algorithms explained and implemented in JavaScript + eBookshaka-project/shaka-player – JavaScript player library / DASH & HLS client / MSE-EME playerfeross/simple-peer – 📡 Simple WebRTC video, voice, and data channelsevilstreak/markdown-js – A Markdown parser for javascriptdataarts/dat.gui – Lightweight controller library for JavaScript.glidejs/glide – A dependency-free JavaScript ES6 slider and carousel. It’s lightweight, flexible and fast. Designed to slide. No less, no morestyled-components/polished – A lightweight toolset for writing styles in JavaScript ✨sindresorhus/np – A better npm publishaws/aws-sdk-js – AWS SDK for JavaScript in the browser and Node.js (In Maintenance Mode, End-of-Life on 09/08/2025). The AWS SDK for JavaScript v3 in the browser and Node.js is available here: https://github.com/aws/aws-sdk-js-v3jagenjo/litegraph.js – A graph node engine and editor written in Javascript similar to PD or UDK Blueprints, comes with its own editor in HTML5 Canvas2D. The engine can run client side or server side using Node. It allows to export graphs as JSONs to be included in applications independently.alyssaxuu/omni – The all-in-one tool to supercharge your productivity ⌨️midudev/preguntas-entrevista-react – Preguntas típicas sobre React para entrevistas de trabajo ⚛️google/closure-compiler – A JavaScript checker and optimizer.1j01/jspaint – 🎨 Classic MS Paint, REVIVED + ✨Extrasplopjs/plop – Consistency Made SimpleApoorvSaxena/lozad.js – 🔥 Highly performant, light ~1kb and configurable lazy loader in pure JS with no dependencies for responsive images, iframes and moreumdjs/umd – UMD (Universal Module Definition) patterns for JavaScript modules that work everywhere.ipfs/js-ipfs – IPFS implementation in JavaScriptandreasbm/web-skills – A visual overview of useful skills to learn as a web developerreactjs/react-modal – Accessible modal dialog component for Reactolifolkerd/tabulator – Interactive Tables and Data Grids for JavaScriptclappr/clappr – 🎬 An extensible media player for the web.sindresorhus/execa – Process execution for humansSVG-Edit/svgedit – Powerful SVG-Editor for your browserkazupon/vue-i18n – 🌐 Internationalization plugin for Vue.jskrausest/js-framework-benchmark – A comparison of the performance of a few popular javascript frameworksbitwiseshiftleft/sjcl – Stanford Javascript Crypto Librarycasperjs/casperjs – CasperJS is no longer actively maintained. Navigation scripting and testing utility for PhantomJS and SlimerJSAlaSQL/alasql – AlaSQL.js – JavaScript SQL database for browser and Node.js. Handles both traditional relational tables and nested JSON data (NoSQL). Export, store, and import data from localStorage, IndexedDB, or Excel.hotwired/turbo – The speed of a single-page web application without having to write any JavaScriptarkime/arkime – Arkime is an open source, large scale, full packet capturing, indexing, and database system.lgwebdream/FE-Interview – 🔥🔥🔥 前端面试,独有前端面试题详解,前端面试刷题必备,1000+前端面试真题,Html、Css、JavaScript、Vue、React、Node、TypeScript、Webpack、算法、网络与安全、浏览器es-shims/es5-shim – ECMAScript 5 compatibility shims for legacy (and modern) JavaScript enginesBogdan-Lyashenko/js-code-to-svg-flowchart – js2flowchart – a visualization library to convert any JavaScript code into beautiful SVG flowchart. Learn other’s code. Design your code. Refactor code. Document code. Explain code.cssinjs/jss – JSS is an authoring tool for CSS which uses JavaScript as a host language.mleibman/SlickGrid – A lightning fast JavaScript grid/spreadsheetolton/metroui – A progressive front-end framework for creating high-performance responsive reactive web applications!marionettejs/backbone.marionette – The Backbone Frameworkfabiospampinato/cash – An absurdly small jQuery alternative for modern browsers.garris/BackstopJS – Catch CSS curve balls.jspreadsheet/ce – Jspreadsheet is a lightweight JavaScript data grid component for creating interactive data grids with advanced spreadsheet controls.os-js/OS.js – OS.js – JavaScript Web Desktop Platformsbstjn/timesheet.js – JavaScript library for HTML5 & CSS3 time sheetsMikeMcl/decimal.js – An arbitrary-precision Decimal type for JavaScriptjaywcjlove/hotkeys-js – ➷ A robust Javascript library for capturing keyboard input. It has no dependencies.jwilber/roughViz – Reusable JavaScript library for creating sketchy/hand-drawn styled charts in the browser.sindresorhus/fkill-cli – Fabulously kill processes. Cross-platform.MikeMcl/bignumber.js – A JavaScript library for arbitrary-precision decimal and non-decimal arithmeticvuelidate/vuelidate – Simple, lightweight model-based validation for Vue.jscryptpad/cryptpad – Collaborative office suite, end-to-end encrypted and open-source.techfort/LokiJS – javascript embeddable / in-memory databasemuaz-khan/RecordRTC – RecordRTC is WebRTC JavaScript library for audio/video as well as screen activity recording. It supports Chrome, Firefox, Opera, Android, and Microsoft Edge. Platforms: Linux, Mac and Windows.google/lovefield – Lovefield is a relational database for web apps. Written in JavaScript, works cross-browser. Provides SQL-like APIs that are fast, safe, and easy to use.shentao/vue-multiselect – Universal select/multiselect/tagging component for Vue.jsbrunch/brunch – 🍴 Web applications made easy. Since 2011.travist/jsencrypt – A tiny (18.5 kB gzip), zero-dependency, Javascript library to perform OpenSSL RSA Encryption, Decryption, and Key Generation.WhiskeySockets/Baileys – Socket-based TS/JavaScript API for WhatsApp Webrethinkdb/horizon – Horizon is a realtime, open-source backend for JavaScript apps.Bogdan-Lyashenko/Under-the-hood-ReactJS – Entire React code base explanation by visual block schemes (Stack version)needim/noty – ⛔️ DEPRECATED – Dependency-free notification library that makes it easy to create alert – success – error – warning – information – confirmation messages as an alternative the standard alert dialog.Choices-js/Choices – A vanilla JS customisable select box/text input plugin ⚡️pomber/didact – A DIY guide to build your own Reactzeroclipboard/zeroclipboard – The ZeroClipboard library provides an easy way to copy text to the clipboard using an invisible Adobe Flash movie and a JavaScript interface.mapbox/pixelmatch – The smallest, simplest and fastest JavaScript pixel-level image comparison libraryml5js/ml5-library – Friendly machine learning for the web! 🤖stalniy/casl – CASL is an isomorphic authorization JavaScript library which restricts what resources a given user is allowed to accesschancejs/chancejs – Chance – Random generator helper for JavaScriptgolden-layout/golden-layout – A multi window layout manager for webappsmouredev/hello-javascript – Curso para aprender el lenguaje de programación JavaScript desde cero y para principiantes. +120 lecciones, 14 horas en vídeo y 220 ejercicios.prerender/prerender – Node server that uses Headless Chrome to render a javascript-rendered page as HTML. To be used in conjunction with prerender middleware.shutterstock/rickshaw – JavaScript toolkit for creating interactive real-time graphsauduno/clmtrackr – Javascript library for precise tracking of facial features via Constrained Local Modelsflightjs/flight – A component-based, event-driven JavaScript framework from Twitteraxa-group/nlp.js – An NLP library for building bots, with entity extraction, sentiment analysis, automatic language identify, and so morejpuri/react-draft-wysiwyg – A Wysiwyg editor build on top of ReactJS and DraftJS. https://jpuri.github.io/react-draft-wysiwygphoboslab/jsmpeg – MPEG1 Video Decoder in JavaScriptimba/imba – 🐤 The friendly full-stack languagenodeca/js-yaml – JavaScript YAML parser and dumper. Very fast.googlecreativelab/anypixel – A web-friendly way for anyone to build unusual displayshmjz100/LinkSwift – 一个基于 JavaScript 的网盘文件下载地址获取工具。基于【网盘直链下载助手】修改 ,支持 百度网盘 / 阿里云盘 / 中国移动云盘 / 天翼云盘 / 迅雷云盘 / 夸克网盘 / UC网盘 / 123云盘 八大网盘fkling/astexplorer – A web tool to explore the ASTs generated by various parsers.bookshelf/bookshelf – A simple Node.js ORM for PostgreSQL, MySQL and SQLite3 built on top of Knex.jspa7/heatmap.js – 🔥 JavaScript Library for HTML5 canvas based heatmapsexpressjs/session – Simple session middleware for Expressjaredreich/notie – 🔔 a clean and simple notification, input, and selection suite for javascript, with no dependencieswebslides/WebSlides – Create HTML presentations in seconds —bfirsh/jsnes – A JavaScript NES emulator.medialize/URI.js – Javascript URL mutation libraryangus-c/just – A library of dependency-free JavaScript utilities that do just one thing.SocketCluster/socketcluster – Highly scalable realtime pub/sub and RPC frameworkPrismarineJS/mineflayer – Create Minecraft bots with a powerful, stable, and high level JavaScript API.nikolaeu/numi – Beautiful calculator app for macOS, Linux & Windowsexpressjs/cors – Node.js CORS middlewaremelonjs/melonJS – a fresh, modern & lightweight HTML5 game enginesvaarala/duktape – Duktape – embeddable Javascript engine with a focus on portability and compact footprintangular-fullstack/generator-angular-fullstack – Yeoman generator for an Angular app with an Express serveritorr/nbnhhsh – 😩「能不能好好说话?」 拼音首字母缩写翻译工具sverweij/dependency-cruiser – Validate and visualize dependencies. Your rules. JavaScript, TypeScript, CoffeeScript. ES6, CommonJS, AMD.riccardoscalco/textures – Textures.js is a JavaScript library for creating SVG patternsthx/gogocode – GoGoCode is a transformer for JavaScript/Typescript/HTML based on AST but providing a more intuitive API.jsdelivr/jsdelivr – A free, fast, and reliable Open Source CDN for npm, GitHub, Javascript, and ESMkbrsh/moon – 🌙 The minimal & fast library for functional user interfacesjakiestfu/Snap.js – A Library for creating beautiful mobile shelfs in Javascript (Facebook and Path style side menus)bendc/animateplus – A+ animation module for the modern webnodeca/pako – high speed zlib port to javascript, works in browser & node.jsflot/flot – Attractive JavaScript charts for jQuerybitcoinjs/bitcoinjs-lib – A javascript Bitcoin library for node.js and browsers.openpgpjs/openpgpjs – OpenPGP implementation for JavaScriptmongo-express/mongo-express – Web-based MongoDB admin interface, written with Node.js and Expressbrookhong/Surfingkeys – Map your keys for web surfing, expand your browser with javascript and keyboard.remoteinterview/zero – Zero is a web server to simplify web development.log4js-node/log4js-node – A port of log4js to node.jsup-for-grabs/up-for-grabs.net – This is a list of projects which have curated tasks specifically for new contributors. These issues are a great way to get started with a project, or to help share the load of working on open source projects. Jump in!import-js/eslint-plugin-import – ESLint plugin with rules that help validate proper imports.mysticatea/npm-run-all – A CLI tool to run multiple npm-scripts in parallel or sequential.jonschlinkert/remarkable – Markdown parser, done right. Commonmark support, extensions, syntax plugins, high speed – all in one. Gulp and metalsmith plugins available. Used by Facebook, Docusaurus and many others! Use https://github.com/breakdance/breakdance for HTML-to-markdown conversion. Use https://github.com/jonschlinkert/markdown-toc to generate a table of contents.airbnb/hypernova – A service for server-side rendering your JavaScript viewsmikaelbr/node-notifier – A Node.js module for sending notifications on native Mac, Windows and Linux (or Growl as fallback)documentationjs/documentation – 📖 documentation for modern JavaScriptlindell/JsBarcode – Barcode generation library written in JavaScript that works in both the browser and on Node.jscezaraugusto/You-Dont-Know-JS – 📗📒 (PT-Br translation) JS Book Series.nodegit/nodegit – Native Node bindings to Git.EddieHubCommunity/BioDrop – Connect to your audience with a single link. Showcase the content you create and your projects in one place. Make it easier for people to find, follow and subscribe.ShizukuIchi/winXP – 🏁 Web based Windows XP desktop recreation.istanbuljs/nyc – the Istanbul command line interfacemscdex/ssh2 – SSH2 client and server modules written in pure JavaScript for node.jsjvalen/pixel-art-react – Pixel art animation and drawing web app powered by Reactlearning-zone/website-templates – 150+ HTML5 Website Templateslebab/lebab – Turn your ES5 code into readable ES6. Lebab does the opposite of what Babel does.fengyuanchen/compressorjs – JavaScript image compressor.bowser-js/bowser – a browser detectormoxiecode/plupload – Plupload is JavaScript API for building file uploaders. It supports multiple file selection, file filtering, chunked upload, client side image downsizing and when necessary can fallback to alternative runtimes, like Flash and Silverlight.livebud/bud – The Full-Stack Web Framework for Goflatiron/director – a tiny and isomorphic URL router for JavaScriptfrappe/gantt – Open Source Javascript Gantttoji/gl-matrix – Javascript Matrix and Vector library for High Performance WebGL appsinsin/nwb – A toolkit for React, Preact, Inferno & vanilla JS apps, React libraries and other npm modules for the web, with no configuration (until you need it)js-org/js.org – Dedicated to JavaScript and its awesome community since 2015miragejs/miragejs – A client-side server to build, test and share your JavaScript appmanojVivek/medium-unlimited – A browser extension to read medium.com articles for free without membership.expressjs/body-parser – Node.js body parsing middlewarecferdinandi/smooth-scroll – A lightweight script to animate scrolling to anchor links.jerosoler/Drawflow – Simple flow library 🖥️🖱️regl-project/regl – 👑 Functional WebGLfacebook/metro – 🚇 The JavaScript bundler for React Nativenadbm/react-datasheet – Excel-like data grid (table) component for ReactNervJS/nerv – A blazing fast React alternative, compatible with IE8 and React 16.xiangyuecn/Recorder – html5 js 录音 mp3 wav ogg webm amr g711a g711u 格式,支持pc和Android、iOS部分浏览器、Hybrid App(提供Android iOS App源码)、微信,提供ASR语音识别转文字 H5版语音通话聊天示例 DTMF编码解码agentejo/cockpit – Add content management functionality to any site – plug & play / headless / api-first CMSDash-Industry-Forum/dash.js – A reference client implementation for the playback of MPEG DASH via Javascript and compliant browsers.angular-ui/ui-grid – UI Grid: an Angular Data Gridkartik-v/bootstrap-fileinput – An enhanced HTML 5 file input for Bootstrap 5.x/4.x./3.x with file preview, multiple selection, and more features.davatron5000/Lettering.js – A lightweight, easy to use Javascript injector for radical Web Typographyohmjs/ohm – A library and language for building parsers, interpreters, compilers, etc.haraka/Haraka – A fast, highly extensible, and event driven SMTP serverrtfeldman/seamless-immutable – Immutable data structures for JavaScript which are backwards-compatible with normal JS Arrays and Objects.Khan/aphrodite – Framework-agnostic CSS-in-JS with support for server-side rendering, browser prefixing, and minimum CSS generationstdlib-js/stdlib – ✨ The fundamental numerical library for JavaScript and TypeScript. ✨sachinchoolur/lightgallery.js – Full featured JavaScript image & video gallery. No dependenciesshipitjs/shipit – Universal automation and deployment tool ⛵️syntaxhighlighter/syntaxhighlighter – SyntaxHighlighter is a fully functional self-contained code syntax highlighter developed in JavaScript.sarcadass/granim.js – Create fluid and interactive gradient animations with this small javascript library.MoOx/postcss-cssnext – postcss-cssnext has been deprecated in favor of postcss-preset-env.KieSun/all-of-frontend – 你想知道的前端内容都在这entropic-dev/entropic – 🦝 📦 a package registry for anything, but mostly javascript 🦝 🦝 🦝dagrejs/dagre – Directed graph layout for JavaScriptdigitalbazaar/forge – A native implementation of TLS in Javascript and tools to write crypto-based and network-heavy webappsGoogleChromeLabs/sw-precache – [Deprecated] A node module to generate service worker code that will precache specific resources so they work offline.egoist/poi – ⚡A zero-config bundler for JavaScript applications.Soundnode/soundnode-app – Soundnode App is the Soundcloud for desktop. Built with Electron, Angular.js and Soundcloud API.mattdesl/canvas-sketch – [beta] A framework for making generative artwork in JavaScript and the browser.bgrins/TinyColor – Fast, small color manipulation and conversion for JavaScriptdaniel-lundin/snabbt.js – Fast animations with javascript and CSS transformsjquery-form/form – jQuery Form PluginOpenSignLabs/OpenSign – 🔥 The free & Open Source DocuSign alternativeserratus/quaggaJS – An advanced barcode-scanner written in JavaScriptAzgaar/Fantasy-Map-Generator – Web application generating interactive and highly customizable mapstommoor/tinycon – A small library for manipulating the favicon, in particular adding alert bubbles and changing images.react-ga/react-ga – React Google Analytics ModuleMikeMcl/big.js – A small, fast JavaScript library for arbitrary-precision decimal arithmetic.Chalarangelo/30-seconds-of-react – Short React code snippets for all your development needsclientIO/joint – A proven SVG-based JavaScript diagramming library powering exceptional UIsolado/doT – The fastest + concise javascript template engine for nodejs and browsers. Partials, custom delimiters and more.scottschiller/SoundManager2 – A JavaScript Sound API supporting MP3, MPEG4 and HTML5 audio + RTMP, providing reliable cross-browser/platform audio control in as little as 12 KB. BSD licensed.evil-icons/evil-icons – Simple and clean SVG icon pack with the code to support Rails, Sprockets, Node.js, Gulp, Grunt and CDNbootboxjs/bootbox – Wrappers for JavaScript alert(), confirm() and other flexible dialogs using Twitter’s bootstrap frameworkmycolorway/simditor – An Easy and Fast WYSIWYG Editornicholas-ochoa/OpenSC2K – OpenSC2K – An Open Source remake of Sim City 2000 by Maxistoolgood/ToolGood.Words – 一款高性能敏感词(非法词/脏字)检测过滤组件,附带繁体简体互换,支持全角半角互换,汉字转拼音,模糊搜索等功能。kangax/html-minifier – Javascript-based HTML compressor/minifier (with Node.js support)felixge/node-style-guide – A guide for styling your node.js / JavaScript code. Fork & adjust to your taste.openexchangerates/accounting.js – A lightweight JavaScript library for number, money and currency formatting – fully localisable, zero dependencies.sindresorhus/create-dmg – Create a good-looking DMG for your macOS app in secondstranscranial/keras-js – Run Keras models in the browser, with GPU support using WebGLjscs-dev/node-jscs – ⤴️ JavaScript Code Style checker (unmaintained)exif-js/exif-js – JavaScript library for reading EXIF image metadataData-Camp/WeApp_Demos – 持续更新中的微信小程序和小游戏的源码案例库。目前涵盖了120多个微信小程序或小游戏。square/cubism – Cubism.js: A JavaScript library for time series visualization.krakenjs/kraken-js – An express-based Node.js web application bootstrapping module.jnordberg/gif.js – JavaScript GIF encoding libraryschteppe/cannon.js – A lightweight 3D physics engine written in JavaScript.pegjs/pegjs – PEG.js: Parser generator for JavaScriptgoogle/closure-library – Google’s common JavaScript libraryQix-/color – 🌈 Javascript color conversion and manipulation librarymroderick/PubSubJS – Dependency free publish/subscribe for JavaScriptmeanjs/mean – MEAN.JS – Full-Stack JavaScript Using MongoDB, Express, AngularJS, and Node.js –felipe-augusto/clean-code-javascript – Conceitos de Código Limpo adaptados em JavaScript (Tradução PT-BR)unifiedjs/unified – Parse, inspect, transform, and serialize content with syntax treesglobalizejs/globalize – A JavaScript library for internationalization and localization that leverages the official Unicode CLDR JSON datajson-editor/json-editor – JSON Schema Based Editorigorescobar/jQuery-Mask-Plugin – A jQuery Plugin to make masks on form fields and HTML elements.firebase/firebaseui-web – FirebaseUI is an open-source JavaScript library for Web that provides simple, customizable UI bindings on top of Firebase SDKs to eliminate boilerplate code and promote best practices.sindresorhus/eslint-plugin-unicorn – More than 100 powerful ESLint rulesopentypejs/opentype.js – Read and write OpenType fonts using JavaScript.Studio-42/elFinder – 📁 Open-source file manager for web, written in JavaScript using jQuery and jQuery UIbaidu/san – A fast, portable, flexible JavaScript component framework23/resumable.js – A JavaScript library for providing multiple simultaneous, stable, fault-tolerant and resumable/restartable uploads via the HTML5 File API.visionmedia/move.js – CSS3 backed JavaScript animation frameworkjamiewilson/form-to-google-sheets – Store HTML form submissions in Google Sheets.fent/node-ytdl-core – YouTube video downloader in javascript.jsonresume/resume-cli – CLI tool to easily setup a new resume 📑ballercat/walt – ⚡ Walt is a JavaScript-like syntax for WebAssembly text format ⚡apocas/dockerode – Docker + Node = Dockerode (Node.js module for Docker’s Remote API)francisrstokes/super-expressive – 🦜 Super Expressive is a zero-dependency JavaScript library for building regular expressions in (almost) natural languageAlexNisnevich/untrusted – A meta-JavaScript adventure game by Alex Nisnevich and Greg Shuflin.camwiegert/in-view – Get notified when a DOM element enters or exits the viewport. 👀ant-design/ant-motion – 🚴 Animate specification and components of Ant DesignMrSwitch/hello.js – A Javascript RESTFUL API library for connecting with OAuth2 services, such as Google+ API, Facebook Graph and Windows Live Connectalibaba/butterfly – 🦋Butterfly,A JavaScript/React/Vue2 Diagramming library which concentrate on flow layout field. (基于JavaScript/React/Vue2的流程图组件)eKoopmans/html2pdf.js – Client-side HTML-to-PDF rendering using pure JS.facebook/memlab – A framework for finding JavaScript memory leaks and analyzing heap snapshotssweet-js/sweet-core – Sweeten your JavaScript.mpetroff/pannellum – Pannellum is a lightweight, free, and open source panorama viewer for the web.es-analysis/plato – JavaScript source code visualization, static analysis, and complexity toolvuejs/eslint-plugin-vue – Official ESLint plugin for Vue.jsblueimp/JavaScript-MD5 – JavaScript MD5 implementation. Compatible with server-side environments like node.js, module loaders like RequireJS and all web browsers.testing-library/jest-dom – 🦉 Custom jest matchers to test the state of the DOMCreateJS/SoundJS – A Javascript library for working with Audio. It provides a consistent API for loading and playing audio on different browsers and devices. Currently supports WebAudio, HTML5 Audio, Cordova / PhoneGap, and a Flash fallback.andrewplummer/Sugar – A Javascript library for working with native objects.crabbly/Print.js – A tiny javascript library to help printing from the web.kriasoft/react-firebase-starter – Boilerplate (seed) project for creating web apps with React.js, GraphQL.js and RelayNekR/offline-plugin – Offline plugin (ServiceWorker, AppCache) for webpack (https://webpack.js.org/)jayphelps/core-decorators – Library of stage-0 JavaScript decorators (aka ES2016/ES7 decorators but not accurate) inspired by languages that come with built-ins like @override, @deprecate, @autobind, @mixin and more. Popular with React/Angular, but is framework agnostic.muicss/mui – Lightweight CSS frameworkpeterramsing/lost – LostGrid is a powerful grid system built in PostCSS that works with any preprocessor and even vanilla CSS.apostrophecms/apostrophe – A full-featured, open-source content management framework built with Node.js that empowers organizations by combining in-context editing and headless architecture in a full-stack JS environment.primus/primus – ⚡ Primus, the creator god of the transformers & an abstraction layer for real-time to prevent module lock-in.tj/ejs – Embedded JavaScript templates for nodeblueimp/JavaScript-Load-Image – Load images provided as File or Blob objects or via URL. Retrieve an optionally scaled, cropped or rotated HTML img or canvas element. Use methods to parse image metadata to extract IPTC and Exif tags as well as embedded thumbnail images, to overwrite the Exif Orientation value and to restore the complete image header after resizing.mozilla/rhino – Rhino is an open-source implementation of JavaScript written entirely in Javahoodiehq/hoodie – 🐶 The Offline First JavaScript Backendcyrus-and/chrome-remote-interface – Chrome Debugging Protocol interface for Node.jsjaredpalmer/backpack – 🎒 Backpack is a minimalistic build system for Node.js projects.jsbin/jsbin – Collaborative JavaScript Debugging Appjanhuenermann/neurojs – A JavaScript deep learning and reinforcement learning library.jakiestfu/Medium.js – A tiny JavaScript library for making contenteditable beautiful (Like Medium’s editor)zaach/jison – Bison in JavaScript.l0o0/translators_CN – Zotero translator中文网页抓取翻译器🎉This is Zotero translators for Chinese Sites(beta), not the official Zotero repototaljs/framework – Node.js frameworkTencent/cherry-markdown – ✨ A Markdown Editorkdchang/reactjs101 – 從零開始學 ReactJS(ReactJS 101)是一本希望讓初學者一看就懂的 React 中文入門教學書,由淺入深學習 React.js 生態系 (Flux, Redux, React Router, ImmutableJS, React Native, Relay/GraphQL etc.)。hustcc/canvas-nest.js – ♋ Interactive Particle / Nest System With JavaScript and Canvas, no jQuery.dankogai/js-base64 – Base64 implementation for JavaScripttimuric/Content-generator-sketch-plugin – Sketch app plugin for generating dummy data such as avatars, names, photos, geo data etcjonathantneal/flexibility – A JavaScript polyfill for Flexboxhiteshchoudhary/js-hindi-youtube – A code repo for javascript series at Chai aur code youtube channelwooorm/franc – Natural language detectionangular-translate/angular-translate – DEPRECATED Translating your AngularJS 1.x appsjoewalnes/reconnecting-websocket – A small decorator for the JavaScript WebSocket API that automatically reconnectstapmodo/Jcrop – Jcrop – The Javascript Image Cropping Enginepa11y/pa11y – Pa11y is your automated accessibility testing palserversideup/amplitudejs – AmplitudeJS: Open Source HTML5 Web Audio Library. Design your web audio player, the way you want. No dependencies required.jonschlinkert/gray-matter – Smarter YAML front matter parser, used by metalsmith, Gatsby, Netlify, Assemble, mapbox-gl, phenomic, vuejs vitepress, TinaCMS, Shopify Polaris, Ant Design, Astro, hashicorp, garden, slidev, saber, sourcegraph, and many others. Simple to use, and battle tested. Parses YAML by default but can also parse JSON Front Matter, Coffee Front Matter, TOML Front Matter, and has support for custom parsers. Please follow gray-matter’s author: https://github.com/jonschlinkertternjs/tern – A JavaScript code analyzer for deep, cross-editor language supportfabien-d/alertify.js – JavaScript Alert/Notification SystemOscarGodson/EpicEditor – EpicEditor is an embeddable JavaScript Markdown editor with split fullscreen editing, live previewing, automatic draft saving, offline support, and more. For developers, it offers a robust API, can be easily themed, and allows you to swap out the bundled Markdown parser with anything you throw at it.QasimWani/LeetHub – Automatically sync your leetcode solutions to your github account – top 5 trending GitHub repositorykolodny/exercises – Some basic javascript coding challenges and interview questionsmdaines/viz-js – Graphviz in your browserfarzher/fuzzysort – Fast SublimeText-like fuzzy search for JavaScript.tighten/ziggy – Use your Laravel routes in JavaScript.hybridgroup/cylon – JavaScript framework for robotics, drones, and the Internet of Things (IoT)waylaidwanderer/node-chatgpt-api – A client implementation for ChatGPT and Bing AI. Available as a Node.js module, REST API server, and CLI app.codeceptjs/CodeceptJS – Supercharged End 2 End Testing Framework for NodeJSberwin/Blog – 记录成长的过程simov/grant – OAuth Proxymattdiamond/fuckitjs – The Original Javascript Error Steamrollerimbrn/v8n – ☑️ JavaScript fluent validation libraryCanadaHonk/porffor – An ahead-of-time JavaScript compilergoldbergyoni/nodejs-testing-best-practices – Beyond the basics of Node.js testing. Including a super-comprehensive best practices list and an example app (April 2025)google/end-to-end – End-To-End is a crypto library to encrypt, decrypt, digital sign, and verify signed messages (implementing OpenPGP)soulwire/sketch.js – Cross-Platform JavaScript Creative Coding Frameworklimbopro/Adblock4limbo – 毒奶去网页广告计划用户脚本 For Quantumult X & Surge & Shadowrocket & Loon & Stash & 油猴 ;1.新增页面右下角导航;2.通过调用 JavaScript 移除特定网站网页广告 —— 搜索引擎(Bing/Google)广告及内容农场结果清除/低端影视/欧乐影院/iyf爱壹帆/哔滴影视/Pornhub/Javbus/Supjav/Jable(M3U8)/MissAv/91porn/hitomi/紳士漫畫/禁漫天堂/等视频&ACG&小说&漫画网站上的弹窗广告&视频广告&Gif图片广告等,保持网页清爽干净无打扰! P.S. 欢迎提交issuetiagozip/cap – Cap is a lightweight, modern open-source CAPTCHA alternative using SHA-256 proof-of-workalvarotrigo/pagePiling.js – pagePiling plugin by Alvaro Trigo. Create a scrolling pile of sections. http://alvarotrigo.com/pagePiling/vanila-io/wireflow – Wireflow – user flow chart real-time collaborative toolsindresorhus/file-type – Detect the file type of a file, stream, or dataAlex-D/Trumbowyg – A lightweight and amazing WYSIWYG JavaScript editor under 10kBAtri-Labs/atrilabs-engine – 🧘♂️ Open-source no-code & code web app builderLevel/levelup – Superseded by abstract-level. A wrapper for abstract-leveldown compliant stores, for Node.js and browsers.JosephusPaye/Keen-UI – A lightweight Vue.js UI library with a simple API, inspired by Google’s Material Design.spencermountain/spacetime – A lightweight javascript timezone libraryLazarSoft/jsqrcode – Javascript QRCode scannerericdrowell/KineticJS – KineticJS is an HTML5 Canvas JavaScript framework that extends the 2d context by enabling canvas interactivity for desktop and mobile applications.qunitjs/qunit – 🔮 An easy-to-use JavaScript unit testing framework.stacktracejs/stacktrace.js – Generate, parse, and enhance JavaScript stack traces in all web browsersTarekRaafat/autoComplete.js – Simple autocomplete pure vanilla Javascript library.BoxFactura/pulltorefresh.js – A quick and powerful plugin for your pull-to-refresh needs in your webapp.egret-labs/egret-core – Egret is a brand new open mobile game and application engine which allows you to quickly build mobile games and apps on Android,iOS and Windows.fuse-box/fuse-box – A blazing fast js bundler/loader with a comprehensive API 🔥micku7zu/vanilla-tilt.js – A smooth 3D tilt javascript library.terwanerik/ScrollTrigger – Let your page react to scroll changes.swagger-api/swagger-node – Swagger module for node.jsRetireJS/retire.js – scanner detecting the use of JavaScript libraries with known vulnerabilities. Can also generate an SBOM of the libraries it finds.senecajs/seneca – A microservices toolkit for Node.js.lessfish/underscore-analysis – 【NO LONGER UPDATE】underscore-1.8.3.js 源码解读 & 系列文章(完)Okazari/Rythm.js – A javascript library that makes your page dance.matthewhudson/current-device – 📱 The easiest way to write conditional CSS and/or JavaScript based on device operating system (iOS, Android, Blackberry, Windows, Firefox OS, MeeGo), orientation (Portrait vs. Landscape), and type (Tablet vs. Mobile).hokein/electron-sample-apps – Sample apps for Electronneutrinojs/neutrino – Create and build modern JavaScript projects with zero initial configuration.patriksimek/vm2 – Advanced vm/sandbox for Node.jswendux/fly – 🚀 Supporting request forwarding and Promise based HTTP client for all JavaScript runtimes.yeoman/yo – CLI tool for running Yeoman generatorsjasondavies/d3-cloud – Create word clouds in JavaScript.lxieyang/chrome-extension-boilerplate-react – A Chrome Extensions boilerplate using React 18 and Webpack 5.facebook/fbt – A JavaScript Internationalization Frameworkmiroslavpejic85/mirotalk – 🚀 WebRTC – P2P – Simple, Secure, Fast Real-Time Video Conferences Up to 8k and 60fps, compatible with all browsers and platforms.bebraw/jswiki – JavaScript wiki. Focuses mainly on JS/HTML5/WebGL related tech.brianchirls/Seriously.js – A real-time, node-based video effects compositor for the web built with HTML5, Javascript and WebGLmiddyjs/middy – 🛵 The stylish Node.js middleware engine for AWS Lambda 🛵claudiajs/claudia – Deploy Node.js projects to AWS Lambda and API Gateway easilyfrancoischalifour/medium-zoom – 🔎🖼 A JavaScript library for zooming images like Mediumanvaka/VivaGraphJS – Graph drawing library for JavaScriptcreationix/js-git – A JavaScript implementation of Git.mdn/dom-examples – Code examples that accompany various MDN DOM and Web API documentation pagestyroprogrammer/learn-react-app – Application that will help you learn React fundamentals. Install this application locally – there’s tutorial, code snippets and exercises. The main objective of this project is to help you get off the ground with React!KyleAMathews/typography.js – A powerful toolkit for building websites with beautiful designfacebook/regenerator – Source transformer enabling ECMAScript 6 generator functions in JavaScript-of-today.bilibili-helper/bilibili-helper-o – 哔哩哔哩 (bilibili.com) 辅助工具,可以替换播放器、推送通知并进行一些快捷操作webpack/tapable – Just a little module for plugins.azat-co/practicalnode – Practical Node.js, 1st and 2nd Editions [Apress] 📓KartikTalwar/gmail.js – Gmail JavaScript APImarkmarkoh/datamaps – Customizable SVG map visualizations for the web in a single Javascript file using D3.jsasync-labs/builderbook – Open source web application to learn JS stack: React, Material-UI, Next.js, Node.js, Express.js, Mongoose, MongoDB database.rikschennink/fitty – ✨ Makes text fit perfectlysubprotocol/verlet-js – A simple Verlet physics engine written in javascriptbenhowdle89/grade – This JavaScript library produces complementary gradients generated from the top 2 dominant colours in supplied images.web-animations/web-animations-js – JavaScript implementation of the Web Animations APIjust-js/just – the only javascript runtime to hit no.1 on techempower 🔥AsyncBanana/microdiff – A fast, zero dependency object and array comparison library. Significantly faster than most other deep comparison libraries and has full TypeScript support.apache/cordova-android – Apache Cordova Androidtholman/cursor-effects – Old-school cursor effects for your browser built with modern JavaScriptbritecharts/britecharts – Composable Charting Library based on reusable D3.js components.locutusjs/locutus – Bringing stdlibs of other programming languages to JavaScript for educational purposesdcodeIO/bcrypt.js – Optimized bcrypt in JavaScript with zero dependencies, with TypeScript support.KilledByAPixel/LittleJS – LittleJS is the tiny fast HTML5 game engine with many features and no dependencies. 🚂 Choo-Choo!0hq/WebGPT – Run GPT model on the browser with WebGPU. An implementation of GPT inference in less than ~1500 lines of vanilla Javascript.airbnb/polyglot.js – Give your JavaScript the ability to speak many languages.homerchen19/nba-go – 🏀 💻 The finest NBA CLI.pulsar-edit/pulsar – A Community-led Hyper-Hackable Text Editorkach/nearley – 📜🔜🌲 Simple, fast, powerful parser toolkit for JavaScript.hizzgdev/jsmind – a mind mapping library built by javascriptspite/ccapture.js – A library to capture canvas-based animations at a fixed framerategildas-lormeau/zip.js – JavaScript library to zip and unzip files supporting multi-core compression, compression streams, zip64, split files and encryption.fomantic/Fomantic-UI – Fomantic-UI is the official community fork of Semantic-UIauduno/headtrackr – Javascript library for headtracking via webcam and WebRTC/getUserMediaAerolab/midnight.js – Switch your nav’s design on the flyjschr/textillate – A jquery plugin for CSS3 text animations.spine/spine – Lightweight MVC library for building JavaScript applicationsiSimar/HackerNews-React-Native – Hacker News iOS and Android App – Made with React Native.piroor/treestyletab – Tree Style Tab, Show tabs like a tree.wellcaffeinated/PhysicsJS – A modular, extendable, and easy-to-use physics engine for javascriptjslint-org/jslint – JSLint, The JavaScript Code Quality and Coverage Toolfbeline/design-patterns-JS – All the 23 (GoF) design patterns implemented in Javascriptrohan-paul/Awesome-JavaScript-Interviews – Popular JavaScript / React / Node / Mongo stack Interview questions and their answers. Many of them, I faced in actual interviews and ultimately got my first full-stack Dev job 🙂sindresorhus/meow – 🐈 CLI app helperKuroLabs/stegcloak – Hide secrets with invisible characters in plain text securely using passwords 🧙🏻♂️⭐RafalWilinski/express-status-monitor – 🚀 Realtime Monitoring solution for Node.js/Express.js apps, inspired by status.github.com, sponsored by https://dynobase.devalyssaxuu/motionity – The web-based motion graphics editor for everyone 📽panzerdp/voca – The ultimate JavaScript string libraryopenstreetmap/iD – 🆔 The easy-to-use OpenStreetMap editor in JavaScript.geuis/helium-css – Helium – javascript tool to scan your site and show unused CSSWickyNilliams/enquire.js – Awesome Media Queries in JavaScriptmicromodal/Micromodal – ⭕ Tiny javascript library for creating accessible modal dialogsGoogleChromeLabs/sw-toolbox – [Deprecated] A collection of service worker tools for offlining runtime requestsjustjavac/ReplaceGoogleCDN – ⚡️ 一个 Chrome 插件:将 Google CDN 替换为国内的。danielstjules/jsinspect – Detect copy-pasted and structurally similar codessbc/patchwork – A decentralized messaging and sharing app built on top of Secure Scuttlebutt (SSB).mailru/FileAPI – FileAPI — a set of javascript tools for working with files. Multiupload, drag’n’drop and chunked file upload. Images: crop, resize and auto orientation by EXIF.CreateJS/TweenJS – A simple but powerful tweening / animation library for Javascript. Part of the CreateJS suite of libraries.wesbos/Advanced-React – Starter Files and Solutions for Full Stack Advanced React and GraphQLlbryio/lbry-desktop – A browser and wallet for LBRY, the decentralized, user-controlled content marketplace.Rezmason/matrix – matrix (web-based green code rain, made with love)webtorrent/instant.io – 🚀 Streaming file transfer over WebTorrent (torrents on the web)prototypejs/prototype – Prototype JavaScript frameworknoflo/noflo – Flow-based programming for JavaScriptctimmerm/axios-mock-adapter – Axios adapter that allows to easily mock requestsamir20/phantomjs-node – PhantomJS integration module for NodeJSmathiasbynens/he – A robust HTML entity encoder/decoder written in JavaScript.craftyjs/Crafty – JavaScript Game Enginevitaly-t/pg-promise – PostgreSQL interface for Node.jswebkul/coolhue – Coolest Gradient Hues and Swatchesstevenschobert/instafeed.js – A simple Instagram JavaScript plugin for your websitenolimits4web/atropos – Stunning touch-friendly 3D parallax hover effectsantimatter15/ocrad.js – OCR in Javascript via EmscriptenEFForg/privacybadger – Privacy Badger is a browser extension that automatically learns to block hidden trackersxdan/datetimepicker – jQuery Plugin Date and Time Pickerosano/cookieconsent – A free solution to the EU, GDPR, and California Cookie Lawspawelgrzybek/siema – Siema – Lightweight and simple carousel in pure JavaScriptbabel/babel-preset-env – PSA: this repo has been moved into babel/babel –>adrianhajdin/portfolio_website – Tutorial created by Enyel Sequeira, taught by JavaScript Masteryalyssaxuu/mapus – A map tool with real-time collaboration 🗺️simple-statistics/simple-statistics – simple statistics for node & browser javascriptReact-Proto/react-proto – 🎨 React application prototyping tool for developers and designers 🏗️andersontr15/clean-code-javascript-es – Clean Code traducido al Españolcoffe1891/frontend-hard-mode-interview – 《前端内参》,有关于JavaScript、编程范式、设计模式、软件开发的艺术等大前端范畴内的知识分享,旨在帮助前端工程师们夯实技术基础以通过一线互联网企业技术面试。redom/redom – Tiny (2 KB) turboboosted JavaScript library for creating user interfaces.openai/openai-realtime-console – React app for inspecting, building and debugging with the Realtime APIisaacs/minimatch – a glob matcher in javascriptWTFAcademy/WTF-Ethers – 我最近在重新学ethers.js,巩固一下细节,也写一个“WTF Ethers.js极简入门”,供小白们使用,每周更新1-3讲。Now supports English! 官网: https://wtf.academycodemix/fast.js – Faster user-land reimplementations for several common builtin native JavaScript functions.evanw/glfx.js – An image effects library for JavaScript using WebGLopen-xml-templating/docxtemplater – Generate docx, pptx, and xlsx from templates (Word, Powerpoint and Excel documents), from Node.js or the browser. Demo: https://www.docxtemplater.com/demo. #docx #office #generator #templating #report #json #generate #generation #template #create #pptx #docx #xlsx #react #vuejs #angularjs #browser #typescript #image #html #table #chartElemeFE/vue-amap – 🌍 基于 Vue 2.x 和高德地图的地图组件esamattis/underscore.string – String manipulation helpers for javascripthasura/graphqurl – curl for GraphQL with autocomplete, subscriptions and GraphiQL. Also a dead-simple universal javascript GraphQL client.deepsyx/home-automation – Raspberry Pi 3 based home automation with NodeJS and React Native.EFForg/https-everywhere – A browser extension that encrypts your communications with many websites that offer HTTPS but still allow unencrypted connections.Haehnchen/crypto-trading-bot – Cryptocurrency trading bot in javascript for Bitfinex, Bitmex, Binance, Bybit … (public edition)LimeSurvey/LimeSurvey – 🔥 LimeSurvey – A powerful, open-source survey platform. A free alternative to SurveyMonkey, Typeform, Qualtrics, and Google Forms, making it simple to create online surveys and forms with unmatched flexibility.slevithan/xregexp – Extended JavaScript regular expressionsscurker/currency.js – A javascript library for handling currenciesbbc/peaks.js – JavaScript UI component for interacting with audio waveformstesting-library/dom-testing-library – 🐙 Simple and complete DOM testing utilities that encourage good testing practices.ccampbell/rainbow – Simple syntax highlighting library written in javascripttmcw/big – presentations for busy messy hackersskatejs/skatejs – Effortless custom elements powered by modern view libraries.ronami/minipack – 📦 A simplified example of a modern module bundler written in JavaScriptbabel/babel-sublime – Syntax definitions for ES6 JavaScript with React JSX extensions.ember-cli/ember-cli – The Ember.js command line utility.latentflip/loupe – Visualizing the javascript runtime at runtimemourner/suncalc – A tiny JavaScript library for calculating sun/moon positions and phases.parallel-js/parallel.js – Easy multi-core processing utilities for Node.UI5/openui5 – OpenUI5 lets you build enterprise-ready web applications, responsive to all devices, running on almost any browser of your choice.openseadragon/openseadragon – An open-source, web-based viewer for zoomable images, implemented in pure JavaScript.mikeric/rivets – Lightweight and powerful data binding.cristianbote/goober – 🥜 goober, a less than 1KB 🎉 css-in-js alternative with a familiar APIdanvk/dygraphs – Interactive visualizations of time series using JavaScript and the HTML canvas tagbreejs/bree – Bree is a Node.js and JavaScript job task scheduler with worker threads, cron, Date, and human syntax. Built for @ladjs, @forwardemail, @spamscanner, @cabinjs.htmlhint/HTMLHint – ⚙️ The static code analysis tool you need for your HTMLjcubic/jquery.terminal – jQuery Terminal Emulator – JavaScript library for creating web-based terminals with custom commandshainproject/hain – An ‘alt+space’ launcher for Windows, built with Electronkciter/qart.js – Generate artistic QR code. 🎨Tencent/weui.js – A lightweight javascript library for WeUI.Dynalon/mdwiki – CMS/Wiki system using Javascript for 100% client side single page application using Markdown.Yomguithereal/baobab – JavaScript & TypeScript persistent and optionally immutable data tree with cursors.conversejs/converse.js – Web-based XMPP/Jabber chat written in JavaScriptcareercup/CtCI-6th-Edition-JavaScript – Cracking the Coding Interview 6th Ed. JavaScript Solutionsinvertase/react-native-firebase – 🔥 A well-tested feature-rich modular Firebase implementation for React Native. Supports both iOS & Android platforms for all Firebase services.carbon-design-system/carbon – A design system built by IBMjackocnr/intl-tel-input – A JavaScript plugin for entering and validating international telephone numbers. React and Vue components also included.tiagorangel1/cap – Cap is a lightweight, modern open-source CAPTCHA alternative using SHA-256 proof-of-workfelipernb/algorithms.js – Atwood’s Law applied to CS101 – Classic algorithms and data structures implemented in JavaScriptFortAwesome/react-fontawesome – Font Awesome React componentjpillora/xdomain – A pure JavaScript CORS alternativee-oj/Magic-Grid – A simple, lightweight Javascript library for dynamic grid layouts.alexmacarthur/typeit – The most versatile JavaScript typewriter effect library on the planet.deck-of-cards/deck-of-cards – Deck of Cards (old version)sl1673495/blogs – 📖 全网 100w+ 阅读量的进阶前端技术博客仓库,Vue 源码解析,React 深度实践,TypeScript 进阶艺术,工程化,性能优化实践……hybridsjs/hybrids – Extraordinary JavaScript UI framework with unique declarative and functional architectureashtuchkin/iconv-lite – Convert character encodings in pure javascript.lo-th/Oimo.js – Lightweight 3d physics engine for javascriptOlical/EventEmitter – Evented JavaScript for the browserjones2000/HQChart – HQChart – H5, 微信小程序 沪深/港股/数字货币/期货/美股 K线图(kline),走势图,缩放,拖拽,十字光标,画图工具,截图,筹码图. 分析家语法,通达信语法,(麦语法),第3方数据替换接口NUKnightLab/TimelineJS3 – TimelineJS v3: A Storytelling Timeline built in JavaScript. http://timeline.knightlab.compaularmstrong/swig – Take a swig of the best template engine for JavaScript.cocos2d/cocos2d-html5 – Cocos2d for Web Browsers. Built using JavaScript.gluon-framework/gluon – A new framework for creating desktop apps from websites, using system installed browsers and NodeJSmarijnh/Eloquent-JavaScript – The sources for the Eloquent JavaScript bookbradley/Blotter – A JavaScript API for drawing unconventional text effects on the web.chrisdiana/cms.js – Client-Side JavaScript Site Generatorgruns/ImmortalDB – 🔩 A relentless key-value store for the browser.sanctuary-js/sanctuary – 🙈 Refuge from unsafe JavaScriptbcoin-org/bcoin – Javascript bitcoin library for node.js and browserssendgrid/sendgrid-nodejs – The Official Twilio SendGrid Led, Community Driven Node.js API Librarymatheuss/google-translate-api – A free and unlimited API for Google Translate 💵🚫vpulim/node-soap – A SOAP client and server for node.js.ExpressGateway/express-gateway – A microservices API Gateway built on top of Express.jsboo1ean/casual – Fake data generator for javascriptstampit-org/stampit – OOP is better with stamps: Composable object factories.schmich/instascan – HTML5 QR code scanner using your webcamxdevplatform/Twitter-API-v2-sample-code – Sample code for the Twitter API v2 endpointslaurentj/slimerjs – A scriptable browser like PhantomJS, based on Firefoxflowjs/flow.js – A JavaScript library providing multiple simultaneous, stable, fault-tolerant and resumable/restartable file uploads via the HTML5 File API.openspeedtest/Speed-Test – SpeedTest by OpenSpeedTest™ is a Free and Open-Source HTML5 Network Performance Estimation Tool Written in Vanilla Javascript and only uses built-in Web APIs like XMLHttpRequest (XHR), HTML, CSS, JS, & SVG. No Third-Party frameworks or libraries are Required. Started in 2011 and moved to OpenSpeedTest.com dedicated Project/Domain Name in 2013.seiyria/bootstrap-slider – A slider control for Bootstrap 3 & 4.google/earthengine-api – Python and JavaScript bindings for calling the Earth Engine API.quirkey/sammy – Sammy is a tiny javascript framework built on top of jQuery, It’s RESTful Evented Javascript.babel/babel-eslint – 🗼 A wrapper for Babel’s parser used for ESLint (renamed to @babel/eslint-parser)riophae/vue-treeselect – A multi-select component with nested options support for Vue.jsmicromatch/micromatch – Highly optimized wildcard and glob matching library. Faster, drop-in replacement to minimatch and multimatch. Used by square, webpack, babel core, yarn, jest, ract-native, taro, bulma, browser-sync, stylelint, nyc, ava, and many others! Follow micromatch’s author: https://github.com/jonschlinkertjscad/OpenJSCAD.org – JSCAD is an open source set of modular, browser and command line tools for creating parametric 2D and 3D designs with JavaScript code. It provides a quick, precise and reproducible method for generating 3D models, and is especially useful for creating ready-to-print 3D designs.redux-orm/redux-orm – NOT MAINTAINED – A small, simple and immutable ORM to manage relational data in your Redux store.toss/slash – A collection of TypeScript/JavaScript packages to build high-quality web services.victorqribeiro/isocity – A isometric city builder in JavaScriptstuyam/pressure – 👇💥 JavaScript library for handling Force Touch, 3D Touch, and Pointer Pressure.ded/script.js – Asyncronous JavaScript loader and dependency managerded/reqwest – browser asynchronous http requestsshen100/mili – mili 是一个开源的社区系统,界面优雅,功能丰富😛BrasilAPI/cep-promise – Busca por CEP integrado diretamente aos serviços dos Correios, ViaCEP e outros (Node.js e Browser)aurajs/aura – A scalable, event-driven JavaScript architecture for developing component-based applications.mozilla/web-ext – A command line tool to help build, run, and test web extensionsmar10/fancytree – JavaScript tree view / tree grid plugin with support for keyboard, inline editing, filtering, checkboxes, drag’n’drop, and lazy loadingCleverProgrammers/JavaScript-Course-by-Clever-Programmer- – This is a full JavaScript course by Clever Programmertestem/testem – Test’em ‘Scripts! A test runner that makes Javascript unit testing fun.linkedin/dustjs – Asynchronous Javascript templating for the browser and servercatamphetamine/libphonenumber-js – A simpler (and smaller) rewrite of Google Android’s libphonenumber library in javascriptbevacqua/rome – 📆 Customizable date (and time) picker. Opt-in UI, no jQuery!GoogleCloudPlatform/nodejs-docs-samples – Node.js samples for Google Cloud Platform products.DOClever/DOClever – 做最好的接口管理平台dexie/Dexie.js – A Minimalistic Wrapper for IndexedDBboringdesigners/boring-avatars – Boring avatars is an open source React library that generates custom, SVG-based avatars from any username and color palette.orkestral/venom – Venom is a high-performance system developed with JavaScript to create a bot for WhatsApp, support for creating any interaction, such as customer service, media sending, sentence recognition based on artificial intelligence and all types of design architecture for WhatsApp.SAP/openui5 – OpenUI5 lets you build enterprise-ready web applications, responsive to all devices, running on almost any browser of your choice.jekyll/jekyll-admin – A Jekyll plugin that provides users with a traditional CMS-style graphical interface to author content and administer Jekyll sites.workshopper/javascripting – Learn JavaScript by adventuring around in the terminal.archiverjs/node-archiver – a streaming interface for archive generationduskload/react-device-detect – Detect device, and render view according to detected device type.victordibia/handtrack.js – A library for prototyping realtime hand detection (bounding box), directly in the browser.artberri/sidr – Sidr is a jQuery plugin for creating side menus and the easiest way for doing your menu responsive.CreateJS/PreloadJS – PreloadJS makes preloading assets & getting aggregate progress events easier in JavaScript. It uses XHR2 when available, and falls back to tag-based loading when not.hsnaydd/moveTo – A lightweight scroll animation javascript library without any dependencyReact-Sight/React-Sight – Visualization tool for React, with support for Fiber, Router (v4), and Reduxdarsain/sly – JavaScript library for one-directional scrolling with item based navigation support.yahoo/serialize-javascript – Serialize JavaScript to a superset of JSON that includes regular expressions and functions.SuperMonster003/Ant-Forest – AutoJs6-based ant forest energy auto-collect script (基于 AutoJs6 的蚂蚁森林能量自动收取脚本)azl397985856/fe-interview – 宇宙最强的前端面试指南 (https://lucifer.ren/fe-interview)YvetteLau/Blog – 【前端进阶】优质博文tonytomov/jqGrid – jQuery grid plugindrichard/mindmaps – An open source, offline capable, mind mapping application leveraging HTML5 technologiesElemeFE/element-react – Element UIvideojs/videojs-contrib-hls – HLS library for video.jspostaljs/postal.js – JavaScript pub/sub library supporting advanced subscription features, and several helpful add-ons.jofpin/turbit – Build applications, scripts, and automations powered by high-performance multicore computing using Node.jspchen66/panolens.js – Javascript panorama viewer based on Three.jsvasanthk/js-bits – ✨ JavaScript concepts with code ✨reactjs/react-future – Specs & docs for potential future and experimental React APIs and JavaScript syntax.grevory/angular-local-storage – An AngularJS module that gives you access to the browsers local storage with cookie fallbackautomeris-io/WebPlotDigitizer – Computer vision assisted tool to extract numerical data from plot images.power-assert-js/power-assert – Power Assert in JavaScript. Provides descriptive assertion messages through standard assert interface. No API is the best API.yued-fe/lulu – 跨端跨框架的原生 UI 组件库,即插即用jsonform/jsonform – Build forms from JSON Schema. Easily template-able. Compatible with Bootstrap 3 out of the box.jemise111/react-native-swipe-list-view – A React Native ListView component with rows that swipe open and closedpatorjk/figlet.js – A FIG Driver written in JavaScript which aims to fully implement the FIGfont spec.vinta/pangu.js – Paranoid text spacing in JavaScriptneomjs/neo – The application worker driven frontend frameworkrikschennink/shiny – 🌟 Shiny reflections for mobile websitesawslabs/llrt – LLRT (Low Latency Runtime) is an experimental, lightweight JavaScript runtime designed to address the growing demand for fast and efficient Serverless applications.twbs/bootstrap – The most popular HTML, CSS, and JavaScript framework for developing responsive, mobile first projects on the web.ckeditor/ckeditor5 – Powerful rich text editor framework with a modular architecture, modern integrations, and features like collaborative editing.fabricjs/fabric.js – Javascript Canvas Library, SVG-to-Canvas (& canvas-to-SVG) Parserxojs/xo – ❤️ JavaScript/TypeScript linter (ESLint wrapper) with great defaultsprettier/prettier-eslint – Code ➡️ prettier ➡️ eslint –fix ➡️ Formatted Code ✨fengyuanchen/cropperjs – JavaScript image cropper.fonoster/fonoster – 🚀 The open-source alternative to Twilio.0xfe/vexflow – A JavaScript library for rendering music notation and guitar tablature.olton/Metro-UI-CSS – Impressive component library for expressive web development! Build responsive projects on the web with the first front-end component library in Metro Style. And now there are even more opportunities every day!keeweb/keeweb – Free cross-platform password manager compatible with KeePassaui/art-template – High performance JavaScript templating enginejgraph/drawio – draw.io is a JavaScript, client-side editor for general diagramming.szimek/sharedrop – Easy P2P file transfer powered by WebRTC – inspired by Apple AirDropxenova/transformers.js – State-of-the-art Machine Learning for the web. Run 🤗 Transformers directly in your browser, with no need for a server!liyupi/codefather – 程序员鱼皮的编程宝典。原创编程学习路线,包括经验分享、技术知识、学习资源、学习建议、项目等,适用于所有学习编程 & 求职的同学。已完成 Java、前端mermaid-js/mermaid – Generation of diagrams like flowcharts or sequence diagrams from text in a similar manner as markdownkern/filepizza – 🍕 Peer-to-peer file transfers in your browserjimp-dev/jimp – An image processing library written entirely in JavaScript for Node, with zero external or native dependencies.Jermolene/TiddlyWiki5 – A self-contained JavaScript wiki for the browser, Node.js, AWS Lambda etc.SBoudrias/Inquirer.js – A collection of common interactive command line user interfaces.uuidjs/uuid – Generate RFC-compliant UUIDs in JavaScriptAutomattic/wp-calypso – The JavaScript and API powered WordPress.comsocketio/engine.io – The engine used in the Socket.IO JavaScript server, which manages the low-level transports such as HTTP long-polling and WebSocket.bda-research/node-crawler – Web Crawler/Spider for NodeJS + server-side jQuery 😉nenadmarkus/picojs – A face detection library in 200 lines of JavaScriptmapbox/mapbox-gl-js – Interactive, thoroughly customizable maps in the browser, powered by vector tiles and WebGLHacker0x01/react-datepicker – A simple and reusable datepicker component for Reactpinterest/gestalt – A set of React UI components that supports Pinterest’s design languagelucaong/minisearch – Tiny and powerful JavaScript full-text search engine for browser and NodeLiteLoaderQQNT/LiteLoaderQQNT – QQNT 插件加载器:LiteLoaderQQNT —— 轻量 · 简洁 · 开源sequelize/sequelize – Feature-rich ORM for modern Node.js and TypeScript, it supports PostgreSQL (with JSON and JSONB support), MySQL, MariaDB, SQLite, MS SQL Server, Snowflake, Oracle DB (v6), DB2 and DB2 for IBM i.hexojs/hexo – A fast, simple & powerful blog framework, powered by Node.js.transloadit/uppy – The next open source file uploader for web browsers 🐶CloudDeepTeam/amazeui – Amaze UI, a mobile-first and modular front-end framework.maptalks/maptalks.js – A light and plugable JavaScript library for integrated 2D/3D maps.securingsincity/react-ace – React Ace Componentghosh/Micromodal – ⭕ Tiny javascript library for creating accessible modal dialogstestjavascript/nodejs-integration-tests-best-practices – ✅ Beyond the basics of Node.js testing. Including a super-comprehensive best practices list and an example app (July 2023)emberjs/data – A lightweight reactive data library for javascript applications. Designed over composable primitives.cheatsheet1999/FrontEndCollection – Notes for Fullstack Software Engineers. Covers common data structure and algorithms, web concepts, Javascript / TypeScript, React, and more!astoilkov/jsblocks – Better MV-ish Frameworkfeross/thanks – 🙌 Give thanks to the open source maintainers you depend on! ✨esdoc/esdoc – ESDoc – Good Documentation for JavaScriptsubstance/substance – A JavaScript library for web-based content editing.inspirit/jsfeat – JavaScript Computer Vision library.dwyl/learn-tdd – ✅ A brief introduction to Test Driven Development (TDD) in JavaScript (Complete Beginner’s Step-by-Step Tutorial)ulid/javascript – Universally Unique Lexicographically Sortable Identifierexpressjs/compression – Node.js compression middlewareSheetJS/sheetjs – 📗 SheetJS Spreadsheet Data Toolkit — New home https://git.sheetjs.com/SheetJS/sheetjsBinaryify/NeteaseCloudMusicApi – 网易云音乐 Node.js API servicephotonstorm/phaser – Phaser is a fun, free and fast 2D game framework for making HTML5 games for desktop and mobile web browsers, supporting Canvas and WebGL rendering.MichMich/MagicMirror – MagicMirror² is an open source modular smart mirror platform. With a growing list of installable modules, the MagicMirror² allows you to convert your hallway or bathroom mirror into your personal assistant.amazeui/amazeui – Amaze UI, a mobile-first and modular front-end framework.infinitered/nsfwjs – NSFW detection on the client-side via TensorFlow.jsTurfjs/turf – A modular geospatial engine written in JavaScript and TypeScriptbeautify-web/js-beautify – Beautifier for javascriptstrapi/strapi – 🚀 Strapi is the leading open-source headless CMS. It’s 100% JavaScript/TypeScript, fully customizable and developer-first.electron/electron-packager – Customize and package your Electron app with OS-specific bundles (.app, .exe, etc.) via JS or CLIflybywiresim/aircraft – The A32NX & A380X Project are community driven open source projects to create a free airbus aircraft in Microsoft Flight Simulator that is as close to reality as possible.nuejs/nuejs – Build user interfaces with cleaner code. Alternative to React, Vue, and Svelte30-seconds/30-seconds-of-code – Short code snippets for all your development needsTencent/omi – Web Components Framework – Web组件框架30-seconds/30-seconds-of-interviews – A curated collection of common interview questions to help you prepare for your next interview.lancedikson/bowser – a browser detectorvisgl/deck.gl – WebGL2 powered visualization frameworkyangshun/front-end-interview-handbook – ⚡️ Front End interview preparation materials for busy engineersgithub/fetch – A window.fetch JavaScript polyfill.30-seconds/30-seconds-of-react – Short React code snippets for all your development needsmui/material-ui – MUI Core: Ready-to-use foundational React components, free forever. It includes Material UI, which implements Google’s Material Design.kamranahmedse/driver.js – A light-weight, no-dependency, vanilla JavaScript engine to drive the user’s focus across the pageserverless-stack/sst – 💥 SST makes it easy to build full-stack serverless apps.bencodezen/vue-enterprise-boilerplate – An ever-evolving, very opinionated architecture and dev environment for new Vue SPA projects using Vue CLI.mqttjs/MQTT.js – The MQTT client for Node.js and the browsergoldbergyoni/nodebestpractices – ✅ The Node.js best practices list (March 2023)web3/web3.js – Ethereum JavaScript APIjaywcjlove/hotkeys – ➷ A robust Javascript library for capturing keyboard input. It has no dependencies.xwiki-labs/cryptpad – Collaborative office suite, end-to-end encrypted and open-source.benjamine/jsondiffpatch – Diff & patch JavaScript objectsuNmAnNeR/imaskjs – vanilla javascript input maskccxt/ccxt – A JavaScript / Python / PHP cryptocurrency trading API with support for more than 100 bitcoin/altcoin exchangesdiscordjs/discord.js – A powerful JavaScript library for interacting with the Discord APIusablica/intro.js – Lightweight, user-friendly onboarding tour librarynetlify/netlify-cms – A Git-based CMS for Static Site Generatorspillarjs/csrf – Logic behind CSRF token creation and verification.tbranyen/use-amd – An AMD plugin for consuming globally defined JavaScript.blowsie/Pure-JavaScript-HTML5-Parser – A Pure JavaScript HTML5 Parserxavierlacot/joli.js – joli.js is an Activerecord-like javascript ORM, particularly suited for being used in the Appcelerator Titanium Mobile framework.dylang/node-xml – Fast and simple Javascript-based XML generator/builder for Node projects.shuhei/material-colors – Colors of Google’s Material Design made available to codersscripting/river4 – A JavaScript river-of-news aggregator running in Node.jsmike-works/pwa-fundamentals – 👨🏫 Mike & Steve’s Progressive Web Fundamentals Courseryejs/rye – A modern, lightweight browser library using ES5 nativeschetannada/Namaste-React – ❤ Namaste React Live Course from Zero to Hero 🚀 by Akshay Saini(Founder of NamasteDev). This repository for Assignment & Class Notes taken during Namaste React Live Course #namaste #javascript #reactzero-archive/node-url-shortener – A modern, minimalist, and lightweight URL shortener using Node.js and Redisivarprudnikov/webpack-static-html-pages – Webpack template/example with multiple static html pagesimgly/rembrandt – Image comparison using node-canvasignoreintuition/jSchema – A simple, easy to use data modeling framework for JavaScriptdnshi/Leetcode – Leetcode problems & solutionscodemix/babel-plugin-contracts – Design by Contract for JavaScript via a Babel plugin.bitchan/eccrypto – JavaScript Elliptic curve cryptography librarykangax/kratko.js – Simple tool to help refactor Javascriptjohakr/html5-slot-machine – Modern casino slot machine game using only plain JavaScript (Web Animations API)formatjs/handlebars-intl – Handlebars helpers for internationalization.pacocoursey/paco – personal website and blogcodemix/babel-plugin-macros – Hygienic, non-syntactic macros for JavaScript via a Babel plugin.toptensoftware/markdowndeep – Open-source implementation of Markdown for C# and Javascriptjsbench/jsbench.github.io – JavaScript benchmark playgroundhd996/color-generate – 🔥 An awesome theme color generation scheme.oreillymedia/thebe – Jupyter javascript plugin for static sitesehzhang/HELPq – 💁 an extensible real-time queue application, for mentorship @ hackathons and classroomstooto1985/js-array-operations – 20 kinds of methods to get to know a JavaScript array operations.jumpkick-studios/Is – A better way to write JavaScript conditional statements and still have pretty code.nicolasbize/faviconx – A tiny javascript library that makes progress bars out of the favicon placeholders.lerna/lerna – 🐉 Lerna is a fast, modern build system for managing and publishing multiple JavaScript/TypeScript packages from the same repository.verdaccio/verdaccio – 📦🔐 A lightweight Node.js private proxy registryautomerge/automerge – A JSON-like data structure (a CRDT) that can be modified concurrently by different users, and merged again automatically.oliver-moran/jimp – An image processing library written entirely in JavaScript for Node, with zero external or native dependencies.alibaba/x-render – 🚴♀️ 阿里 – 很易用的中后台「表单 / 表格 / 图表」解决方案Grsmto/simplebar – Custom scrollbars vanilla javascript library with native scroll, done simple, lightweight, easy to use and cross-browser.makeusabrew/bootbox – Wrappers for JavaScript alert(), confirm() and other flexible dialogs using Twitter’s bootstrap frameworkFrontendMasters/front-end-handbook-2017 – 2017 edition of our front-end development guidemdaines/viz.js – A hack to put Graphviz on the web.lyswhut/lx-music-desktop – 一个基于 electron 的音乐软件flybywiresim/a32nx – The A32NX Project is a community driven open source project to create a free Airbus A320neo in Microsoft Flight Simulator that is as close to reality as possible.proYang/outils – 🚀 前端业务代码工具库tediousjs/node-mssql – Microsoft SQL Server client for Node.jssockjs/sockjs-node – WebSocket emulation – Node.js servernitin42/terminal-in-react – 👨💻 A component that renders a terminalJSMonk/hegel – An advanced static type checkergalaxykate/tracery – Tracery: a story-grammar generation library for javascriptdleitee/strman – 🏗A Javascript string manipulation library.refactory-id/bootstrap-markdown – Bootstrap plugin for markdown editingtaylorhakes/fecha – Lightweight and simple JS date formatting and parsingglennreyes/graphpack – ☄️ A minimalistic zero-config GraphQL server.RobertWHurst/KeyboardJS – A JavaScript library for binding keyboard combos without the pain of key codes and key combo conflicts.padloc/padloc – A modern, open source password manager for individuals and teams.leapmotion/leapjs – JavaScript client for the Leap Motion Controllermicrojs/microjs.com – Fantastic Micro-Frameworks and Micro-Libraries for Fun and Profit!enyojs/enyo – A JavaScript application framework emphasizing modularity and encapsulationFlotype/now – NowJS makes it easy to build real-time web apps using JavaScriptifandelse/machina.js – js ex machina – finite state machines in JavaScriptjakejs/jake – JavaScript build tool, similar to Make or Rake. Built to work with Node.js.open-wc/open-wc – Open Web Components: guides, tools and libraries for developing web components.gcanti/tcomb – Type checking and DDD for JavaScriptSaveSavedRemoved 0 PreviousThiamine Metabolism Dysfunction Syndrome 2 (TMDS2) NextBiotin- or Thiamine-Responsive Encephalopathy Type 2 Related ArticlesAdded to wishlistRemoved from wishlist 0 How To Speed Up a WordPress (WP) Web SiteAdded to wishlistRemoved from wishlist 0 Types of LinuxAdded to wishlistRemoved from wishlist 0 User Agents for Web ScrapingAdded to wishlistRemoved from wishlist 0 Solid-State Drive (SSD)