1
0
Fork 0

Create BigBoxOfJavascript.md

This commit is contained in:
Starbeamrainbowlabs 2015-04-20 19:59:24 +01:00
parent 166b60cad2
commit 36e4d5eb33
1 changed files with 21 additions and 0 deletions

21
BigBoxOfJavascript.md Normal file
View File

@ -0,0 +1,21 @@
# 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