mirror of
https://github.com/sbrl/thebigwarehouse.git
synced 2018-01-10 21:33:45 +00:00
24 lines
1.5 KiB
Markdown
24 lines
1.5 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
|
|
- [Elevator.js](http://tholman.com/elevator.js/) - An awesome script that "solves those awkward scroll to top moments the old fashioned way" :D
|
|
|
|
## 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
|
|
- [Dragula](https://github.com/bevacqua/dragula) - Super simple drag & drop
|
|
|
|
## Services and tools
|
|
- [js.org](http://dns.js.org/) - Free subdomains for Javascript projects
|
|
- [Regexper](http://regexper.com/) - Regular Expression visualiser
|
|
- [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.
|