mirror of
https://github.com/sorrycc/awesome-javascript.git
synced 2025-12-08 20:13:04 +00:00
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>
This commit is contained in:
parent
498d31e6ee
commit
510bcd5017
36
README.md
36
README.md
@ -75,14 +75,12 @@ A collection of awesome browser-side [JavaScript](https://developer.mozilla.org/
|
||||
* [Full Text Search](#full-text-search)
|
||||
* [SDK](#sdk)
|
||||
* [Misc](#misc)
|
||||
* [Podcasts](#podcasts)
|
||||
* [Worth Reading](#worth-reading)
|
||||
* [Other Awesome Lists](#other-awesome-lists)
|
||||
* [Contributing](#contributing)
|
||||
|
||||
----
|
||||
|
||||
|
||||
## Package Managers
|
||||
*Host the JavaScript libraries and provide tools for fetching and packaging them.*
|
||||
|
||||
@ -98,7 +96,6 @@ A collection of awesome browser-side [JavaScript](https://developer.mozilla.org/
|
||||
* [yarn](https://yarnpkg.com/) - Fast, reliable, and secure dependency management.
|
||||
* [pnpm](https://pnpm.io/) - Fast, disk space efficient package manager.
|
||||
|
||||
|
||||
## Component Management
|
||||
|
||||
* [Bit](https://github.com/teambit/bit) - Create, find and reuse components (React, Angular, Node etc.) across applications.
|
||||
@ -117,7 +114,6 @@ 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.
|
||||
* [modulejs](https://github.com/lrsjng/modulejs) - Lightweight JavaScript module system.
|
||||
|
||||
|
||||
## Bundlers
|
||||
|
||||
* [webpack](https://github.com/webpack/webpack) - Packs CommonJs/AMD modules for the browser.
|
||||
@ -128,13 +124,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
|
||||
* [Snowpack](https://www.snowpack.dev/) - A lightning-fast frontend build tool, designed for the modern web.
|
||||
|
||||
|
||||
# Minimizers
|
||||
|
||||
* [Terser](https://github.com/terser/terser) - parser, mangler and compressor toolkit for ES6+
|
||||
* [Uglify](https://github.com/mishoo/UglifyJS) - parser / mangler / compressor / beautifier toolkit
|
||||
|
||||
|
||||
## Type Checkers
|
||||
|
||||
* [TypeScript](https://www.typescriptlang.org/) - A typed superset of JavaScript that compiles to plain JavaScript.
|
||||
@ -143,7 +137,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.
|
||||
* [Hindley Milner Definitions](https://github.com/xodio/hm-def) - runtime type checking for JavaScript functions using Haskell-alike Hindley Milner type signatures.
|
||||
|
||||
|
||||
## Testing Frameworks
|
||||
|
||||
### Frameworks
|
||||
@ -392,7 +385,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!
|
||||
* [popline](https://github.com/kenshin54/popline) - Popline is an HTML5 Rich-Text-Editor Toolbar.
|
||||
* [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
|
||||
|
||||
@ -411,7 +404,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.
|
||||
* [codecrumbs](https://github.com/Bogdan-Lyashenko/codecrumbs) is a visual tool for learning and documenting a codebase by putting breadcrumbs in source code.
|
||||
|
||||
|
||||
## Files
|
||||
*Libraries for working with files.*
|
||||
|
||||
@ -421,7 +413,6 @@ There're also some great commercial libraries, like [amchart](https://www.amchar
|
||||
* [jsPDF](https://github.com/MrRio/jsPDF) - JavaScript PDF generation.
|
||||
* [PDF.js](https://github.com/mozilla/pdf.js) - PDF Reader in JavaScript.
|
||||
|
||||
|
||||
## Functional Programming
|
||||
*Functional programming libraries to extend JavaScript’s capabilities.*
|
||||
|
||||
@ -436,7 +427,6 @@ There're also some great commercial libraries, like [amchart](https://www.amchar
|
||||
* [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.
|
||||
|
||||
|
||||
## Reactive Programming
|
||||
*Reactive programming libraries to extend JavaScript’s capabilities.*
|
||||
|
||||
@ -505,7 +495,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.
|
||||
* [Quaternion.js](https://github.com/infusion/Quaternion.js) - A quaternion library for JavaScript
|
||||
|
||||
|
||||
## 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.
|
||||
@ -561,7 +550,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).
|
||||
* [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
|
||||
|
||||
* [director](https://github.com/flatiron/director) - A tiny and isomorphic URL router for JavaScript.
|
||||
@ -571,7 +559,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.
|
||||
* [navaid](https://github.com/lukeed/navaid) - A navigation aid (aka, router) for the browser in 850 bytes~!
|
||||
|
||||
|
||||
## Security
|
||||
|
||||
* [DOMPurify](https://github.com/cure53/DOMPurify) - A DOM-only, super-fast, uber-tolerant XSS sanitizer for HTML, MathML and SVG.
|
||||
@ -579,7 +566,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.
|
||||
* [sanitize-html](https://github.com/apostrophecms/sanitize-html) - sanitize-html provides a simple HTML sanitizer with a clear API.
|
||||
|
||||
|
||||
## Log
|
||||
|
||||
* [log](https://github.com/adamschwartz/log) - Console.log with style.
|
||||
@ -593,13 +579,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.
|
||||
* [RegExr](https://regexr.com/) - HTML/JS based tool for creating, testing, and learning about Regular Expressions.
|
||||
|
||||
|
||||
## Voice Command
|
||||
|
||||
* [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.
|
||||
|
||||
|
||||
## API
|
||||
|
||||
* [axios](https://github.com/axios/axios) - Promise based HTTP client for the browser and node.js.
|
||||
@ -621,13 +605,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.
|
||||
|
||||
|
||||
## Vision Detection
|
||||
|
||||
* [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.
|
||||
|
||||
|
||||
## Machine Learning
|
||||
|
||||
* [ConvNetJS](https://github.com/karpathy/convnetjs) - Deep Learning in JavaScript. Train Convolutional Neural Networks (or ordinary ones) in your browser.
|
||||
@ -640,7 +622,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.
|
||||
* [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
|
||||
|
||||
* [bowser](https://github.com/ded/bowser) - a browser detector.
|
||||
@ -671,7 +652,6 @@ There're also some great commercial libraries, like [amchart](https://www.amchar
|
||||
* [Highlight.js](https://github.com/isagalaev/highlight.js) - JavaScript syntax highlighter.
|
||||
* [PrismJS](https://github.com/PrismJS/prism) - Lightweight, robust, elegant syntax highlighting.
|
||||
|
||||
|
||||
## Loading Status
|
||||
*Libraries for indicate load status.*
|
||||
|
||||
@ -688,7 +668,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.
|
||||
* [css-loaders](https://github.com/lukehaas/css-loaders) - A collection of loading spinners animated with CSS
|
||||
|
||||
|
||||
## Validation
|
||||
|
||||
* [Parsley.js](https://github.com/guillaumepotier/Parsley.js) - Validate your forms, frontend, without writing a single line of JavaScript.
|
||||
@ -702,7 +681,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).
|
||||
* [vest](https://github.com/ealush/vest) - 🦺 Declarative form validation framework inspired by unit testing.
|
||||
|
||||
|
||||
## Keyboard Wrappers
|
||||
|
||||
* [mousetrap](https://github.com/ccampbell/mousetrap) - Simple library for handling keyboard shortcuts in JavaScript.
|
||||
@ -712,7 +690,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.
|
||||
* [jwerty](https://github.com/keithamus/jwerty) - Awesome handling of keyboard events.
|
||||
|
||||
|
||||
## 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.
|
||||
@ -736,7 +713,6 @@ There're also some great commercial libraries, like [amchart](https://www.amchar
|
||||
* [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.
|
||||
|
||||
|
||||
## Sliders
|
||||
|
||||
* [Swiper](https://github.com/nolimits4web/Swiper) - Mobile touch slider and framework with hardware accelerated transitions.
|
||||
@ -876,7 +852,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.
|
||||
* [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
|
||||
|
||||
* [jTable](https://github.com/hikalkan/jtable) - A jQuery plugin to create AJAX based CRUD tables.
|
||||
@ -889,7 +864,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.
|
||||
* [flexboxgrid](https://github.com/kristoferjoseph/flexboxgrid/) - Grid based on CSS3 flexbox.
|
||||
|
||||
|
||||
## Frameworks
|
||||
|
||||
* [Semantic UI](https://semantic-ui.com/) - UI Kit with lots of themes and elements.
|
||||
@ -923,7 +897,6 @@ There're also some great commercial libraries, like [amchart](https://www.amchar
|
||||
* [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.
|
||||
|
||||
|
||||
## Maps
|
||||
|
||||
* [Leaflet](https://github.com/Leaflet/Leaflet) - JavaScript library for mobile-friendly interactive maps.
|
||||
@ -970,7 +943,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.
|
||||
* [Lettering.js](https://github.com/davatron5000/Lettering.js) - A lightweight, easy to use JavaScript `<span>` injector for radical Web Typography.
|
||||
|
||||
|
||||
## Animations
|
||||
|
||||
* [velocity](https://github.com/julianshapiro/velocity) - Accelerated JavaScript animation.
|
||||
@ -1060,11 +1032,8 @@ https://listjs.com
|
||||
* [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.
|
||||
|
||||
## Podcasts
|
||||
* [Web of Tomorrow](http://www.weboftomorrowpodcast.com/) - Podcast about JavaScript for beginners.
|
||||
|
||||
# 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.
|
||||
* [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.
|
||||
@ -1077,6 +1046,7 @@ https://listjs.com
|
||||
|
||||
|
||||
# Other Awesome Lists
|
||||
|
||||
* [sotayamashita/awesome-css](https://github.com/sotayamashita/awesome-css)
|
||||
* [emijrp/awesome-awesome](https://github.com/emijrp/awesome-awesome)
|
||||
* [bayandin/awesome-awesomeness](https://github.com/bayandin/awesome-awesomeness)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user