1
0
Fork 0
TheBigWarehouse/BigBoxOfJavascript.md

28 lines
1.7 KiB
Markdown
Raw Normal View History

2015-04-20 18:59:24 +00:00
# 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
2015-04-22 17:50:10 +00:00
- [Elevator.js](http://tholman.com/elevator.js/) - An awesome script that "solves those awkward scroll to top moments the old fashioned way" :D
2015-04-20 18:59:24 +00:00
2015-05-10 08:43:56 +00:00
- [layzr.js](https://github.com/callmecavs/layzr.js) - A lightweight library that makes lazy loading ridiculously easy
2015-04-20 18:59:24 +00:00
## 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
2015-04-24 06:19:23 +00:00
- [Dragula](https://github.com/bevacqua/dragula) - Super simple drag & drop
2015-04-20 18:59:24 +00:00
## Services and tools
- [js.org](http://dns.js.org/) - Free subdomains for Javascript projects
- [Regexper](http://regexper.com/) - Regular Expression visualiser
2015-04-27 08:51:10 +00:00
- [Transformy](https://www.transformy.io/#/app) - Not _strictly_ javascript, but still awesome. Change the format of a list of things by typing in a simple example of what you want it to look like.
2015-05-01 06:47:08 +00:00
- [vorlon.js](http://www.vorlonjs.com/) - Awesome looking remote debugger