mirror of
https://github.com/sorrycc/awesome-javascript.git
synced 2026-05-12 09:20:03 -07:00
Compare commits
9 Commits
714d4f2d1e
...
b35e279a56
| Author | SHA1 | Date | |
|---|---|---|---|
| b35e279a56 | |||
| d7300d89f2 | |||
| e3a08e63fd | |||
| e3767f6984 | |||
| 82dc70b2ed | |||
| 5184748aba | |||
| 92ecf3c7fc | |||
| 8b5707ac10 | |||
| 15fe956a5e |
@@ -4,25 +4,29 @@ A collection of awesome browser-side [JavaScript](https://developer.mozilla.org/
|
||||
|
||||
* [Awesome JavaScript](#awesome-javascript)
|
||||
* [Package Managers](#package-managers)
|
||||
* [Component management](#component-management)
|
||||
* [Component Management](#component-management)
|
||||
* [Loaders](#loaders)
|
||||
* [Transpilers](#transpilers)
|
||||
* [Bundlers](#bundlers)
|
||||
* [Minimizers](#minimizers)
|
||||
* [Type Checkers](#type-checkers)
|
||||
* [Testing Frameworks](#testing-frameworks)
|
||||
* [Frameworks](#frameworks)
|
||||
* [Assertion](#assertion)
|
||||
* [Coverage](#coverage)
|
||||
* [Runner](#runner)
|
||||
* [QA Tools](#qa-tools)
|
||||
* [MVC Frameworks and Libraries](#mvc-frameworks-and-libraries)
|
||||
* [Node-Powered CMS Frameworks](#node-powered-cms-frameworks)
|
||||
* [Templating Engines](#templating-engines)
|
||||
* [Game Engines](#game-engines)
|
||||
* [Articles/Posts](#articles-and-posts)
|
||||
* [Articles and Posts](#articles-and-posts)
|
||||
* [Data Visualization](#data-visualization)
|
||||
* [Timeline](#timeline)
|
||||
* [Spreadsheet](#spreadsheet)
|
||||
* [Timeline](#timeline)
|
||||
* [Spreadsheet](#spreadsheet)
|
||||
* [Editors](#editors)
|
||||
* [Documentation](#documentation)
|
||||
* Utilities
|
||||
- Utilities
|
||||
* [Files](#files)
|
||||
* [Functional Programming](#functional-programming)
|
||||
* [Reactive Programming](#reactive-programming)
|
||||
@@ -38,18 +42,17 @@ A collection of awesome browser-side [JavaScript](https://developer.mozilla.org/
|
||||
* [Security](#security)
|
||||
* [Log](#log)
|
||||
* [RegExp](#regexp)
|
||||
* [Media](#videoaudio)
|
||||
* [Voice Command](#voice-command)
|
||||
* [API](#api)
|
||||
* [Streaming](#streaming)
|
||||
* [Vision Detection](#vision-detection)
|
||||
* [Machine Learning](#machine-learning)
|
||||
* [Browser Detection](#browser-detection)
|
||||
* [Operating System](#operating-system)
|
||||
* [Benchmark](#benchmark)
|
||||
* [Machine Learning](#machine-learning)
|
||||
* [Web Worker](#web-worker)
|
||||
* UI
|
||||
* [Code Highlighting](#code-highlighting)
|
||||
- UI
|
||||
* [Code highlighting](#code-highlighting)
|
||||
* [Loading Status](#loading-status)
|
||||
* [Validation](#validation)
|
||||
* [Keyboard Wrappers](#keyboard-wrappers)
|
||||
@@ -58,27 +61,34 @@ A collection of awesome browser-side [JavaScript](https://developer.mozilla.org/
|
||||
* [Sliders](#sliders)
|
||||
* [Range Sliders](#range-sliders)
|
||||
* [Form Widgets](#form-widgets)
|
||||
* [Input](#input)
|
||||
* [Calendar](#calendar)
|
||||
* [Select](#select)
|
||||
* [File Uploader](#file-uploader)
|
||||
* [Other](#other)
|
||||
* [Tips](#tips)
|
||||
* [Modals and Popups](#modals-and-popups)
|
||||
* [Scroll](#scroll)
|
||||
* [Menu](#menu)
|
||||
* [Table/Grid](#tablegrid)
|
||||
* [Frameworks](#frameworks-1)
|
||||
* [Frameworks](#frameworks)
|
||||
* [Boilerplates](#boilerplates)
|
||||
* [Image](#image)
|
||||
* [Images](#images)
|
||||
* [Gesture](#gesture)
|
||||
* [Maps](#maps)
|
||||
* [Video/Audio](#videoaudio)
|
||||
* [Typography](#typography)
|
||||
* [Animations](#animations)
|
||||
* [Image processing](#image-processing)
|
||||
* [Image Processing](#image-processing)
|
||||
* [ES6](#es6)
|
||||
* [Generators](#generators)
|
||||
* [Full Text Search](#full-text-search)
|
||||
* [SDK](#sdk)
|
||||
* [Full Text Search](#full-text-search)
|
||||
* [Misc](#misc)
|
||||
* [Worth Reading](#worth-reading)
|
||||
* [Other Awesome Lists](#other-awesome-lists)
|
||||
* [Contributing](#contributing)
|
||||
* [License](#license)
|
||||
|
||||
----
|
||||
|
||||
@@ -723,7 +733,6 @@ There're also some great commercial libraries, like [amchart](https://www.amchar
|
||||
|
||||
* [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.
|
||||
* [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.
|
||||
* [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.
|
||||
@@ -897,6 +906,7 @@ 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.
|
||||
* [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
|
||||
|
||||
## Gesture
|
||||
|
||||
* [hammer.js](https://github.com/hammerjs/hammer.js) - A JavaScript library for multi-touch gestures.
|
||||
@@ -966,7 +976,7 @@ There're also some great commercial libraries, like [amchart](https://www.amchar
|
||||
* [shuffle-images](https://github.com/peachananr/shuffle-images) - The Simplest Way to shuffle through images in a Creative Way.
|
||||
* [smoothState.js](https://github.com/miguel-perez/smoothState.js) - Unobtrusive page transitions with jQuery.
|
||||
* [Anime.js](https://animejs.com/) - A JavaScript animation engine.
|
||||
* [Mo.js](http://mojs.io) - Motion graphics toolbelt for the web.
|
||||
* [Mo.js](https://mojs.github.io/) - Motion graphics toolbelt for the web.
|
||||
* [particles.js](https://github.com/VincentGarreau/particles.js) - A lightweight JavaScript library for creating particles.
|
||||
* [tsParticles](https://github.com/matteobruni/tsparticles) - A new and improved version of particles.js with bug fixes and many new features.
|
||||
* [particles-bg](https://github.com/lindelof/particles-bg) - A lightweight React particles animation background component.
|
||||
@@ -985,7 +995,7 @@ There're also some great commercial libraries, like [amchart](https://www.amchar
|
||||
* [es6features](https://github.com/lukehoban/es6features) - Overview of ECMAScript 6 features.
|
||||
* [es6-features](https://github.com/rse/es6-features) - ECMAScript 6: Feature Overview & Comparison.
|
||||
* [es6-cheatsheet](https://github.com/DrkSephy/es6-cheatsheet) - ES2015 [ES6] cheatsheet containing tips, tricks, best practices and code snippets.
|
||||
* [ECMAScript 6 compatibility table](http://kangax.github.io/compat-table/es6/) - Compatibility tables for all ECMAScript 6 features on a variety of environments.
|
||||
* [ECMAScript 6 compatibility table](https://compat-table.github.io/compat-table/es6/) - Compatibility tables for all ECMAScript 6 features on a variety of environments.
|
||||
* [Babel (Formerly 6to5)](https://github.com/babel/babel) - Turn ES6+ code into vanilla ES5 with no runtime.
|
||||
* [Traceur compiler](https://github.com/google/traceur-compiler) - ES6 features > ES5. Includes classes, generators, promises, destructuring patterns, default parameters & more.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user