Compare commits

...

11 Commits

Author SHA1 Message Date
Michel Hua
f12e2abe17 Merge e3a08e63fd into f54cf284aa 2023-07-03 00:54:59 +02:00
Carlos Fernandez Cabrero
f54cf284aa Added new transpilers section and links. (#807)
* Added new category and suggestion as example

* Added reference in content list

* Update README.md

---------

Co-authored-by: Gökay Gürcan <github@gokaygurcan.com>
2023-06-22 11:28:54 +02:00
imxaander
e27b03b028 added toastify-js. (#859) 2023-06-21 04:26:55 +02:00
Liberty
510bcd5017 feat: add Everright-formEditor (#858)
* feat: add Everright-formEditor Everright-filter

* feat: add Everright-formEditor

* remove expired url

---------

Co-authored-by: Gökay Gürcan <github@gokaygurcan.com>
2023-06-04 22:34:13 +02:00
Michel Hua
e3a08e63fd Update README.md 2022-12-29 09:41:01 +01:00
Michel Hua
e3767f6984 Merge branch 'master' into patch-1 2022-12-29 09:40:23 +01:00
Michel Hua
82dc70b2ed Update README.md 2022-02-09 09:24:59 +01:00
Michel Hua
5184748aba Update README.md 2022-01-17 17:42:33 +01:00
Michel Hua
92ecf3c7fc Update README.md 2022-01-17 17:39:14 +01:00
Michel Hua
8b5707ac10 regen toc 2022-01-17 17:38:09 +01:00
Michel Hua
15fe956a5e Update README.md 2022-01-17 16:08:23 +01:00

View File

@@ -4,24 +4,29 @@ A collection of awesome browser-side [JavaScript](https://developer.mozilla.org/
* [Awesome JavaScript](#awesome-javascript) * [Awesome JavaScript](#awesome-javascript)
* [Package Managers](#package-managers) * [Package Managers](#package-managers)
* [Component management](#component-management) * [Component Management](#component-management)
* [Loaders](#loaders) * [Loaders](#loaders)
* [Transpilers](#transpilers)
* [Bundlers](#bundlers) * [Bundlers](#bundlers)
* [Minimizers](#minimizers) * [Minimizers](#minimizers)
* [Type Checkers](#type-checkers) * [Type Checkers](#type-checkers)
* [Testing Frameworks](#testing-frameworks) * [Testing Frameworks](#testing-frameworks)
* [Frameworks](#frameworks)
* [Assertion](#assertion)
* [Coverage](#coverage)
* [Runner](#runner)
* [QA Tools](#qa-tools) * [QA Tools](#qa-tools)
* [MVC Frameworks and Libraries](#mvc-frameworks-and-libraries) * [MVC Frameworks and Libraries](#mvc-frameworks-and-libraries)
* [Node-Powered CMS Frameworks](#node-powered-cms-frameworks) * [Node-Powered CMS Frameworks](#node-powered-cms-frameworks)
* [Templating Engines](#templating-engines) * [Templating Engines](#templating-engines)
* [Game Engines](#game-engines) * [Game Engines](#game-engines)
* [Articles/Posts](#articles-and-posts) * [Articles and Posts](#articles-and-posts)
* [Data Visualization](#data-visualization) * [Data Visualization](#data-visualization)
* [Timeline](#timeline) * [Timeline](#timeline)
* [Spreadsheet](#spreadsheet) * [Spreadsheet](#spreadsheet)
* [Editors](#editors) * [Editors](#editors)
* [Documentation](#documentation) * [Documentation](#documentation)
* Utilities - Utilities
* [Files](#files) * [Files](#files)
* [Functional Programming](#functional-programming) * [Functional Programming](#functional-programming)
* [Reactive Programming](#reactive-programming) * [Reactive Programming](#reactive-programming)
@@ -37,18 +42,17 @@ A collection of awesome browser-side [JavaScript](https://developer.mozilla.org/
* [Security](#security) * [Security](#security)
* [Log](#log) * [Log](#log)
* [RegExp](#regexp) * [RegExp](#regexp)
* [Media](#videoaudio)
* [Voice Command](#voice-command) * [Voice Command](#voice-command)
* [API](#api) * [API](#api)
* [Streaming](#streaming) * [Streaming](#streaming)
* [Vision Detection](#vision-detection) * [Vision Detection](#vision-detection)
* [Machine Learning](#machine-learning)
* [Browser Detection](#browser-detection) * [Browser Detection](#browser-detection)
* [Operating System](#operating-system) * [Operating System](#operating-system)
* [Benchmark](#benchmark) * [Benchmark](#benchmark)
* [Machine Learning](#machine-learning)
* [Web Worker](#web-worker) * [Web Worker](#web-worker)
* UI - UI
* [Code Highlighting](#code-highlighting) * [Code highlighting](#code-highlighting)
* [Loading Status](#loading-status) * [Loading Status](#loading-status)
* [Validation](#validation) * [Validation](#validation)
* [Keyboard Wrappers](#keyboard-wrappers) * [Keyboard Wrappers](#keyboard-wrappers)
@@ -57,32 +61,37 @@ A collection of awesome browser-side [JavaScript](https://developer.mozilla.org/
* [Sliders](#sliders) * [Sliders](#sliders)
* [Range Sliders](#range-sliders) * [Range Sliders](#range-sliders)
* [Form Widgets](#form-widgets) * [Form Widgets](#form-widgets)
* [Input](#input)
* [Calendar](#calendar)
* [Select](#select)
* [File Uploader](#file-uploader)
* [Other](#other)
* [Tips](#tips) * [Tips](#tips)
* [Modals and Popups](#modals-and-popups) * [Modals and Popups](#modals-and-popups)
* [Scroll](#scroll) * [Scroll](#scroll)
* [Menu](#menu) * [Menu](#menu)
* [Table/Grid](#tablegrid) * [Table/Grid](#tablegrid)
* [Frameworks](#frameworks-1) * [Frameworks](#frameworks)
* [Boilerplates](#boilerplates) * [Boilerplates](#boilerplates)
* [Image](#image) * [Images](#images)
* [Gesture](#gesture) * [Gesture](#gesture)
* [Maps](#maps) * [Maps](#maps)
* [Video/Audio](#videoaudio)
* [Typography](#typography) * [Typography](#typography)
* [Animations](#animations) * [Animations](#animations)
* [Image processing](#image-processing) * [Image Processing](#image-processing)
* [ES6](#es6) * [ES6](#es6)
* [Generators](#generators) * [Generators](#generators)
* [Full Text Search](#full-text-search)
* [SDK](#sdk) * [SDK](#sdk)
* [Full Text Search](#full-text-search)
* [Misc](#misc) * [Misc](#misc)
* [Podcasts](#podcasts)
* [Worth Reading](#worth-reading) * [Worth Reading](#worth-reading)
* [Other Awesome Lists](#other-awesome-lists) * [Other Awesome Lists](#other-awesome-lists)
* [Contributing](#contributing) * [Contributing](#contributing)
* [License](#license)
---- ----
## Package Managers ## Package Managers
*Host the JavaScript libraries and provide tools for fetching and packaging them.* *Host the JavaScript libraries and provide tools for fetching and packaging them.*
@@ -98,7 +107,6 @@ A collection of awesome browser-side [JavaScript](https://developer.mozilla.org/
* [yarn](https://yarnpkg.com/) - Fast, reliable, and secure dependency management. * [yarn](https://yarnpkg.com/) - Fast, reliable, and secure dependency management.
* [pnpm](https://pnpm.io/) - Fast, disk space efficient package manager. * [pnpm](https://pnpm.io/) - Fast, disk space efficient package manager.
## Component Management ## Component Management
* [Bit](https://github.com/teambit/bit) - Create, find and reuse components (React, Angular, Node etc.) across applications. * [Bit](https://github.com/teambit/bit) - Create, find and reuse components (React, Angular, Node etc.) across applications.
@@ -117,6 +125,10 @@ A collection of awesome browser-side [JavaScript](https://developer.mozilla.org/
* [ESL](https://github.com/ecomfe/esl) - Module loader browser first, support lazy define and AMD. * [ESL](https://github.com/ecomfe/esl) - Module loader browser first, support lazy define and AMD.
* [modulejs](https://github.com/lrsjng/modulejs) - Lightweight JavaScript module system. * [modulejs](https://github.com/lrsjng/modulejs) - Lightweight JavaScript module system.
## Transpilers
*Software that converts the modern JavaScript syntax into the older JavaScript syntax.*
* [SWC](https://swc.rs/) - Extensible Rust-based platform for compilation.
## Bundlers ## Bundlers
@@ -128,13 +140,11 @@ A collection of awesome browser-side [JavaScript](https://developer.mozilla.org/
* [FuseBox](https://github.com/fuse-box/fuse-box) - A bundler that does it right * [FuseBox](https://github.com/fuse-box/fuse-box) - A bundler that does it right
* [Snowpack](https://www.snowpack.dev/) - A lightning-fast frontend build tool, designed for the modern web. * [Snowpack](https://www.snowpack.dev/) - A lightning-fast frontend build tool, designed for the modern web.
# Minimizers # Minimizers
* [Terser](https://github.com/terser/terser) - parser, mangler and compressor toolkit for ES6+ * [Terser](https://github.com/terser/terser) - parser, mangler and compressor toolkit for ES6+
* [Uglify](https://github.com/mishoo/UglifyJS) - parser / mangler / compressor / beautifier toolkit * [Uglify](https://github.com/mishoo/UglifyJS) - parser / mangler / compressor / beautifier toolkit
## Type Checkers ## Type Checkers
* [TypeScript](https://www.typescriptlang.org/) - A typed superset of JavaScript that compiles to plain JavaScript. * [TypeScript](https://www.typescriptlang.org/) - A typed superset of JavaScript that compiles to plain JavaScript.
@@ -143,7 +153,6 @@ A collection of awesome browser-side [JavaScript](https://developer.mozilla.org/
* [TypL](https://github.com/getify/TypL) - the JavaScript Type Linter with a bias on type inference. * [TypL](https://github.com/getify/TypL) - the JavaScript Type Linter with a bias on type inference.
* [Hindley Milner Definitions](https://github.com/xodio/hm-def) - runtime type checking for JavaScript functions using Haskell-alike Hindley Milner type signatures. * [Hindley Milner Definitions](https://github.com/xodio/hm-def) - runtime type checking for JavaScript functions using Haskell-alike Hindley Milner type signatures.
## Testing Frameworks ## Testing Frameworks
### Frameworks ### Frameworks
@@ -392,7 +401,7 @@ There're also some great commercial libraries, like [amchart](https://www.amchar
* [raptor-editor](https://github.com/PANmedia/raptor-editor) - Raptor, an HTML5 WYSIWYG content editor! * [raptor-editor](https://github.com/PANmedia/raptor-editor) - Raptor, an HTML5 WYSIWYG content editor!
* [popline](https://github.com/kenshin54/popline) - Popline is an HTML5 Rich-Text-Editor Toolbar. * [popline](https://github.com/kenshin54/popline) - Popline is an HTML5 Rich-Text-Editor Toolbar.
* [Summernote](https://github.com/summernote/summernote) - Super simple WYSIWYG editor. * [Summernote](https://github.com/summernote/summernote) - Super simple WYSIWYG editor.
* [Everright-formEditor](https://github.com/Liberty-liu/Everright-formEditor) - A visual drag-and-drop low-code form editor
## Documentation ## Documentation
@@ -411,7 +420,6 @@ There're also some great commercial libraries, like [amchart](https://www.amchar
* [jsduck](https://github.com/senchalabs/jsduck) - API documentation generator made for Sencha JavaScript frameworks, but can be used for other frameworks too. * [jsduck](https://github.com/senchalabs/jsduck) - API documentation generator made for Sencha JavaScript frameworks, but can be used for other frameworks too.
* [codecrumbs](https://github.com/Bogdan-Lyashenko/codecrumbs) is a visual tool for learning and documenting a codebase by putting breadcrumbs in source code. * [codecrumbs](https://github.com/Bogdan-Lyashenko/codecrumbs) is a visual tool for learning and documenting a codebase by putting breadcrumbs in source code.
## Files ## Files
*Libraries for working with files.* *Libraries for working with files.*
@@ -421,7 +429,6 @@ There're also some great commercial libraries, like [amchart](https://www.amchar
* [jsPDF](https://github.com/MrRio/jsPDF) - JavaScript PDF generation. * [jsPDF](https://github.com/MrRio/jsPDF) - JavaScript PDF generation.
* [PDF.js](https://github.com/mozilla/pdf.js) - PDF Reader in JavaScript. * [PDF.js](https://github.com/mozilla/pdf.js) - PDF Reader in JavaScript.
## Functional Programming ## Functional Programming
*Functional programming libraries to extend JavaScripts capabilities.* *Functional programming libraries to extend JavaScripts capabilities.*
@@ -436,7 +443,6 @@ There're also some great commercial libraries, like [amchart](https://www.amchar
* [fxts](https://github.com/marpple/FxTS) - Lazy evaluation and concurrency. * [fxts](https://github.com/marpple/FxTS) - Lazy evaluation and concurrency.
* [wild-wild-path](https://github.com/ehmicky/wild-wild-path) - Object property paths with wildcards and regexps. * [wild-wild-path](https://github.com/ehmicky/wild-wild-path) - Object property paths with wildcards and regexps.
## Reactive Programming ## Reactive Programming
*Reactive programming libraries to extend JavaScripts capabilities.* *Reactive programming libraries to extend JavaScripts capabilities.*
@@ -505,7 +511,6 @@ There're also some great commercial libraries, like [amchart](https://www.amchar
* [Polynomial.js](https://github.com/infusion/Polynomial.js) - A polynomials library for JavaScript. * [Polynomial.js](https://github.com/infusion/Polynomial.js) - A polynomials library for JavaScript.
* [Quaternion.js](https://github.com/infusion/Quaternion.js) - A quaternion library for JavaScript * [Quaternion.js](https://github.com/infusion/Quaternion.js) - A quaternion library for JavaScript
## Storage ## Storage
* [store.js](https://github.com/marcuswestin/store.js) - LocalStorage wrapper for all browsers without using cookies or flash. Uses localStorage, globalStorage, and userData behavior under the hood. * [store.js](https://github.com/marcuswestin/store.js) - LocalStorage wrapper for all browsers without using cookies or flash. Uses localStorage, globalStorage, and userData behavior under the hood.
@@ -561,7 +566,6 @@ There're also some great commercial libraries, like [amchart](https://www.amchar
* [ObjectEventTarget](https://github.com/gartz/ObjectEventTarget) - Provide a prototype that add support to event listeners (with same behavior of EventTarget from DOMElements available on browsers). * [ObjectEventTarget](https://github.com/gartz/ObjectEventTarget) - Provide a prototype that add support to event listeners (with same behavior of EventTarget from DOMElements available on browsers).
* [sporadic](https://github.com/marcoonroad/sporadic) - Composable concurrency abstractions (such as streams, coroutines and Go-like channels) on top of promises, for Node and browser engines. * [sporadic](https://github.com/marcoonroad/sporadic) - Composable concurrency abstractions (such as streams, coroutines and Go-like channels) on top of promises, for Node and browser engines.
## Routing ## Routing
* [director](https://github.com/flatiron/director) - A tiny and isomorphic URL router for JavaScript. * [director](https://github.com/flatiron/director) - A tiny and isomorphic URL router for JavaScript.
@@ -571,7 +575,6 @@ There're also some great commercial libraries, like [amchart](https://www.amchar
* [davis.js](https://github.com/olivernn/davis.js) - RESTful degradable JavaScript routing using pushState. * [davis.js](https://github.com/olivernn/davis.js) - RESTful degradable JavaScript routing using pushState.
* [navaid](https://github.com/lukeed/navaid) - A navigation aid (aka, router) for the browser in 850 bytes~! * [navaid](https://github.com/lukeed/navaid) - A navigation aid (aka, router) for the browser in 850 bytes~!
## Security ## Security
* [DOMPurify](https://github.com/cure53/DOMPurify) - A DOM-only, super-fast, uber-tolerant XSS sanitizer for HTML, MathML and SVG. * [DOMPurify](https://github.com/cure53/DOMPurify) - A DOM-only, super-fast, uber-tolerant XSS sanitizer for HTML, MathML and SVG.
@@ -579,7 +582,6 @@ There're also some great commercial libraries, like [amchart](https://www.amchar
* [xss-filters](https://github.com/yahoo/xss-filters) - Secure XSS Filters by Yahoo. * [xss-filters](https://github.com/yahoo/xss-filters) - Secure XSS Filters by Yahoo.
* [sanitize-html](https://github.com/apostrophecms/sanitize-html) - sanitize-html provides a simple HTML sanitizer with a clear API. * [sanitize-html](https://github.com/apostrophecms/sanitize-html) - sanitize-html provides a simple HTML sanitizer with a clear API.
## Log ## Log
* [log](https://github.com/adamschwartz/log) - Console.log with style. * [log](https://github.com/adamschwartz/log) - Console.log with style.
@@ -593,13 +595,11 @@ There're also some great commercial libraries, like [amchart](https://www.amchar
* [RegEx101](https://regex101.com/#javascript) - Online regex tester and debugger for JavaScript. Also supports Python, PHP and PCRE. * [RegEx101](https://regex101.com/#javascript) - Online regex tester and debugger for JavaScript. Also supports Python, PHP and PCRE.
* [RegExr](https://regexr.com/) - HTML/JS based tool for creating, testing, and learning about Regular Expressions. * [RegExr](https://regexr.com/) - HTML/JS based tool for creating, testing, and learning about Regular Expressions.
## Voice Command ## Voice Command
* [annyang](https://github.com/TalAter/annyang) - A JavaScript library for adding voice commands to your site, using speech recognition. * [annyang](https://github.com/TalAter/annyang) - A JavaScript library for adding voice commands to your site, using speech recognition.
* [voix.js](https://github.com/pazguille/voix) - A JavaScript library to add voice commands to your sites, apps or games. * [voix.js](https://github.com/pazguille/voix) - A JavaScript library to add voice commands to your sites, apps or games.
## API ## API
* [axios](https://github.com/axios/axios) - Promise based HTTP client for the browser and node.js. * [axios](https://github.com/axios/axios) - Promise based HTTP client for the browser and node.js.
@@ -621,13 +621,11 @@ There're also some great commercial libraries, like [amchart](https://www.amchar
* [Tailor](https://github.com/zalando/tailor) - Streaming layout service for front-end microservices, inspired by Facebook's BigPipe. * [Tailor](https://github.com/zalando/tailor) - Streaming layout service for front-end microservices, inspired by Facebook's BigPipe.
## Vision Detection ## Vision Detection
* [tracking.js](https://github.com/eduardolundgren/tracking.js) - A modern approach for Computer Vision on the web. * [tracking.js](https://github.com/eduardolundgren/tracking.js) - A modern approach for Computer Vision on the web.
* [ocrad.js](https://github.com/antimatter15/ocrad.js) - OCR in JavaScript via Emscripten. * [ocrad.js](https://github.com/antimatter15/ocrad.js) - OCR in JavaScript via Emscripten.
## Machine Learning ## Machine Learning
* [ConvNetJS](https://github.com/karpathy/convnetjs) - Deep Learning in JavaScript. Train Convolutional Neural Networks (or ordinary ones) in your browser. * [ConvNetJS](https://github.com/karpathy/convnetjs) - Deep Learning in JavaScript. Train Convolutional Neural Networks (or ordinary ones) in your browser.
@@ -640,7 +638,6 @@ There're also some great commercial libraries, like [amchart](https://www.amchar
* [Synapses](https://github.com/mrdimosthenis/Synapses) - Lightweight cross-platform Neural Network library. * [Synapses](https://github.com/mrdimosthenis/Synapses) - Lightweight cross-platform Neural Network library.
* [m2cgen](https://github.com/BayesWitnesses/m2cgen) - A CLI tool to transpile trained classic ML models into a native JavaScript code with zero dependencies. * [m2cgen](https://github.com/BayesWitnesses/m2cgen) - A CLI tool to transpile trained classic ML models into a native JavaScript code with zero dependencies.
## Browser Detection ## Browser Detection
* [bowser](https://github.com/ded/bowser) - a browser detector. * [bowser](https://github.com/ded/bowser) - a browser detector.
@@ -671,7 +668,6 @@ There're also some great commercial libraries, like [amchart](https://www.amchar
* [Highlight.js](https://github.com/isagalaev/highlight.js) - JavaScript syntax highlighter. * [Highlight.js](https://github.com/isagalaev/highlight.js) - JavaScript syntax highlighter.
* [PrismJS](https://github.com/PrismJS/prism) - Lightweight, robust, elegant syntax highlighting. * [PrismJS](https://github.com/PrismJS/prism) - Lightweight, robust, elegant syntax highlighting.
## Loading Status ## Loading Status
*Libraries for indicate load status.* *Libraries for indicate load status.*
@@ -688,7 +684,6 @@ There're also some great commercial libraries, like [amchart](https://www.amchar
* [Ladda](https://github.com/hakimel/Ladda) - Buttons with built-in loading indicators. * [Ladda](https://github.com/hakimel/Ladda) - Buttons with built-in loading indicators.
* [css-loaders](https://github.com/lukehaas/css-loaders) - A collection of loading spinners animated with CSS * [css-loaders](https://github.com/lukehaas/css-loaders) - A collection of loading spinners animated with CSS
## Validation ## Validation
* [Parsley.js](https://github.com/guillaumepotier/Parsley.js) - Validate your forms, frontend, without writing a single line of JavaScript. * [Parsley.js](https://github.com/guillaumepotier/Parsley.js) - Validate your forms, frontend, without writing a single line of JavaScript.
@@ -702,7 +697,6 @@ There're also some great commercial libraries, like [amchart](https://www.amchar
* [Funval](https://github.com/neuledge/funval) - Data validation using functions interfaces (support TypeScript). * [Funval](https://github.com/neuledge/funval) - Data validation using functions interfaces (support TypeScript).
* [vest](https://github.com/ealush/vest) - 🦺 Declarative form validation framework inspired by unit testing. * [vest](https://github.com/ealush/vest) - 🦺 Declarative form validation framework inspired by unit testing.
## Keyboard Wrappers ## Keyboard Wrappers
* [mousetrap](https://github.com/ccampbell/mousetrap) - Simple library for handling keyboard shortcuts in JavaScript. * [mousetrap](https://github.com/ccampbell/mousetrap) - Simple library for handling keyboard shortcuts in JavaScript.
@@ -712,7 +706,6 @@ There're also some great commercial libraries, like [amchart](https://www.amchar
* [jquery.hotkeys](https://github.com/jeresig/jquery.hotkeys) - jQuery Hotkeys lets you watch for keyboard events anywhere in your code supporting almost any key combination. * [jquery.hotkeys](https://github.com/jeresig/jquery.hotkeys) - jQuery Hotkeys lets you watch for keyboard events anywhere in your code supporting almost any key combination.
* [jwerty](https://github.com/keithamus/jwerty) - Awesome handling of keyboard events. * [jwerty](https://github.com/keithamus/jwerty) - Awesome handling of keyboard events.
## Tours And Guides ## Tours And Guides
* [intro.js](https://github.com/usablica/intro.js) - A better way for new feature introduction and step-by-step users guide for your website and project. * [intro.js](https://github.com/usablica/intro.js) - A better way for new feature introduction and step-by-step users guide for your website and project.
@@ -735,13 +728,12 @@ There're also some great commercial libraries, like [amchart](https://www.amchar
* [smoke.js](https://github.com/hxgf/smoke.js) - Framework-agnostic styled alert system for JavaScript. * [smoke.js](https://github.com/hxgf/smoke.js) - Framework-agnostic styled alert system for JavaScript.
* [notie](https://github.com/jaredreich/notie) - Simple notifications and inputs with no dependencies. * [notie](https://github.com/jaredreich/notie) - Simple notifications and inputs with no dependencies.
* [notifire](https://github.com/notifirehq/notifire) - Open-source notification infrastructure for products. * [notifire](https://github.com/notifirehq/notifire) - Open-source notification infrastructure for products.
* [toastify-js](https://github.com/apvarun/toastify-js) - Pure JavaScript library for better notification messages.
## Sliders ## Sliders
* [Swiper](https://github.com/nolimits4web/Swiper) - Mobile touch slider and framework with hardware accelerated transitions. * [Swiper](https://github.com/nolimits4web/Swiper) - Mobile touch slider and framework with hardware accelerated transitions.
* [slick](https://github.com/kenwheeler/slick) - The last carousel you'll ever need. * [slick](https://github.com/kenwheeler/slick) - The last carousel you'll ever need.
* [slidesJs](http://www.slidesjs.com) - Is a responsive slideshow plug-in for JQuery(1.7.1+) with features like touch and CSS3 transitions
* [FlexSlider](https://github.com/woothemes/FlexSlider) - An awesome, fully responsive jQuery slider plugin. * [FlexSlider](https://github.com/woothemes/FlexSlider) - An awesome, fully responsive jQuery slider plugin.
* [sly](https://github.com/darsain/sly) - JavaScript library for one-directional scrolling with item based navigation support. * [sly](https://github.com/darsain/sly) - JavaScript library for one-directional scrolling with item based navigation support.
* [vegas](https://github.com/jaysalvat/vegas) - A jQuery plugin to add beautiful fullscreen backgrounds to your webpages. It even allows Slideshows. * [vegas](https://github.com/jaysalvat/vegas) - A jQuery plugin to add beautiful fullscreen backgrounds to your webpages. It even allows Slideshows.
@@ -876,7 +868,6 @@ There're also some great commercial libraries, like [amchart](https://www.amchar
* [Slide and swipe](https://github.com/JoanClaret/slide-and-swipe-menu) - A sliding swipe menu that works with touchSwipe library. * [Slide and swipe](https://github.com/JoanClaret/slide-and-swipe-menu) - A sliding swipe menu that works with touchSwipe library.
* [mmenu](https://github.com/FrDH/jQuery.mmenu) - The best jQuery plugin for app look-alike on- and off-canvas menus with sliding submenus for your website and webapp. * [mmenu](https://github.com/FrDH/jQuery.mmenu) - The best jQuery plugin for app look-alike on- and off-canvas menus with sliding submenus for your website and webapp.
## Table/Grid ## Table/Grid
* [jTable](https://github.com/hikalkan/jtable) - A jQuery plugin to create AJAX based CRUD tables. * [jTable](https://github.com/hikalkan/jtable) - A jQuery plugin to create AJAX based CRUD tables.
@@ -889,7 +880,6 @@ There're also some great commercial libraries, like [amchart](https://www.amchar
* [Isotope](https://isotope.metafizzy.co/) - A filterable, sortable, grid layout library. Can implement Masonry, Packery, and other layouts. * [Isotope](https://isotope.metafizzy.co/) - A filterable, sortable, grid layout library. Can implement Masonry, Packery, and other layouts.
* [flexboxgrid](https://github.com/kristoferjoseph/flexboxgrid/) - Grid based on CSS3 flexbox. * [flexboxgrid](https://github.com/kristoferjoseph/flexboxgrid/) - Grid based on CSS3 flexbox.
## Frameworks ## Frameworks
* [Semantic UI](https://semantic-ui.com/) - UI Kit with lots of themes and elements. * [Semantic UI](https://semantic-ui.com/) - UI Kit with lots of themes and elements.
@@ -917,13 +907,13 @@ There're also some great commercial libraries, like [amchart](https://www.amchar
* [Drift](https://github.com/imgix/drift) - Easily add "zoom on hover" functionality to your site's images. Lightweight, no-dependency JavaScript. * [Drift](https://github.com/imgix/drift) - Easily add "zoom on hover" functionality to your site's images. Lightweight, no-dependency JavaScript.
* [Magnificent.js](https://github.com/AndersDJohnson/magnificent.js) - Zoom responsively, images & more, w/ jQuery. * [Magnificent.js](https://github.com/AndersDJohnson/magnificent.js) - Zoom responsively, images & more, w/ jQuery.
* [Panolens.js](https://github.com/pchen66/panolens.js) - Panolens.js is an event-driven and WebGL based panorama viewer. Lightweight and flexible * [Panolens.js](https://github.com/pchen66/panolens.js) - Panolens.js is an event-driven and WebGL based panorama viewer. Lightweight and flexible
## Gesture ## Gesture
* [hammer.js](https://github.com/hammerjs/hammer.js) - A JavaScript library for multi-touch gestures. * [hammer.js](https://github.com/hammerjs/hammer.js) - A JavaScript library for multi-touch gestures.
* [touchemulator](https://github.com/hammerjs/touchemulator) - Emulate touch input on your desktop. * [touchemulator](https://github.com/hammerjs/touchemulator) - Emulate touch input on your desktop.
* [Dragula](https://github.com/bevacqua/dragula/) - Drag and drop so simple it hurts. * [Dragula](https://github.com/bevacqua/dragula/) - Drag and drop so simple it hurts.
## Maps ## Maps
* [Leaflet](https://github.com/Leaflet/Leaflet) - JavaScript library for mobile-friendly interactive maps. * [Leaflet](https://github.com/Leaflet/Leaflet) - JavaScript library for mobile-friendly interactive maps.
@@ -970,7 +960,6 @@ There're also some great commercial libraries, like [amchart](https://www.amchar
* [FitText.js](https://github.com/davatron5000/FitText.js) - A jQuery plugin for inflating web type. * [FitText.js](https://github.com/davatron5000/FitText.js) - A jQuery plugin for inflating web type.
* [Lettering.js](https://github.com/davatron5000/Lettering.js) - A lightweight, easy to use JavaScript `<span>` injector for radical Web Typography. * [Lettering.js](https://github.com/davatron5000/Lettering.js) - A lightweight, easy to use JavaScript `<span>` injector for radical Web Typography.
## Animations ## Animations
* [velocity](https://github.com/julianshapiro/velocity) - Accelerated JavaScript animation. * [velocity](https://github.com/julianshapiro/velocity) - Accelerated JavaScript animation.
@@ -1060,11 +1049,8 @@ https://listjs.com
* [lune](https://github.com/ryanseys/lune) - Library to calculate the phases of the moon accurately. * [lune](https://github.com/ryanseys/lune) - Library to calculate the phases of the moon accurately.
* [jsemu](https://github.com/fcambus/jsemu) - A list of emulators written in the JavaScript programming language. * [jsemu](https://github.com/fcambus/jsemu) - A list of emulators written in the JavaScript programming language.
## Podcasts
* [Web of Tomorrow](http://www.weboftomorrowpodcast.com/) - Podcast about JavaScript for beginners.
# Worth Reading # Worth Reading
* [You Don't Know JS](https://github.com/getify/You-Dont-Know-JS) - Possibly the best book written on modern JavaScript, completely readable online for free, or can be bought to support the author. * [You Don't Know JS](https://github.com/getify/You-Dont-Know-JS) - Possibly the best book written on modern JavaScript, completely readable online for free, or can be bought to support the author.
* [braziljs/js-the-right-way](https://github.com/braziljs/js-the-right-way/) - An easy-to-read, quick reference for JS best practices, accepted coding standards, and links around the Web. * [braziljs/js-the-right-way](https://github.com/braziljs/js-the-right-way/) - An easy-to-read, quick reference for JS best practices, accepted coding standards, and links around the Web.
* [JSbooks](https://github.com/revolunet/JSbooks) - Directory of free JavaScript ebooks. * [JSbooks](https://github.com/revolunet/JSbooks) - Directory of free JavaScript ebooks.
@@ -1077,6 +1063,7 @@ https://listjs.com
# Other Awesome Lists # Other Awesome Lists
* [sotayamashita/awesome-css](https://github.com/sotayamashita/awesome-css) * [sotayamashita/awesome-css](https://github.com/sotayamashita/awesome-css)
* [emijrp/awesome-awesome](https://github.com/emijrp/awesome-awesome) * [emijrp/awesome-awesome](https://github.com/emijrp/awesome-awesome)
* [bayandin/awesome-awesomeness](https://github.com/bayandin/awesome-awesomeness) * [bayandin/awesome-awesomeness](https://github.com/bayandin/awesome-awesomeness)