mirror of
https://github.com/sbrl/thebigwarehouse.git
synced 2018-01-10 21:33:45 +00:00
22 lines
1.1 KiB
Markdown
22 lines
1.1 KiB
Markdown
|
# The Big Box of Javascript
|
||
|
|
||
|
- [es6-features.org](http://es6-features.org/#SpreadOperator) - An overview of the new features added in EcmaScript 6
|
||
|
|
||
|
## Searching
|
||
|
- [lunr.js](http://lunrjs.com/) - A lightweight search engine to use
|
||
|
- [Defiant.js](http://www.defiantjs.com/) - Search JSON structures with XPath expressions
|
||
|
- [Awesomplete](https://leaverou.github.io/awesomplete/) - Ultra lightweight autocomplete engine with no dependencies
|
||
|
- [Olly.js](https://github.com/abeisgreat/Olly.js) - Rich snippets engine
|
||
|
|
||
|
## Progress bars
|
||
|
- [Mprogress.js](https://lightningtgc.github.io/MProgress.js/) - A progress bar based on material design
|
||
|
- [ProgressBar.js](https://kimmobrunfeldt.github.io/progressbar.js/) - Another progress bar library
|
||
|
|
||
|
## Input tools
|
||
|
- [Keypress](https://dmauro.github.io/Keypress/) - Simple but powerful keyboard input library
|
||
|
- [Squire](https://neilj.github.io/Squire/) - Turn a simple `<textarea />` into a rich text editor
|
||
|
|
||
|
## Services and tools
|
||
|
- [js.org](http://dns.js.org/) - Free subdomains for Javascript projects
|
||
|
- [Regexper](http://regexper.com/) - Regular Expression visualiser
|