Skip to content

Instantly share code, notes, and snippets.

@getkub
Last active August 29, 2015 14:09
Show Gist options
  • Save getkub/04cc2051caba212ac496 to your computer and use it in GitHub Desktop.
Save getkub/04cc2051caba212ac496 to your computer and use it in GitHub Desktop.
List of Good Webdevelopment modules
# Web Developers cannot live without "bootstrap", "JQuery"
# But on top of this there are some very good modules
################################################################################
################################################################################
################# T H E M E S #################
################################################################################
# Themes for Bootstrap
http://bootswatch.com
################################################################################
################# L I B R A R Y #################
################################################################################
# typeahead.js is a fast and fully-featured autocomplete library
https://github.com/twitter/typeahead.js
# jquery-jsontotable - This plugin can convert JSON data type to table for html
https://github.com/jongha/jquery-jsontotable
# Forms, selections (Compatible with IE8)
http://ivaynberg.github.io/select2/
# Datatables: Table Library for jQuery (Pagination, CRUD, ajax calls)
http://www.datatables.net/
# Metadata - jQuery plugin for parsing metadata from elements like classes, random attributes, and child elements
https://github.com/jquery-orphans/jquery-metadata
################################################################################
################# F R A M E W O R K S #################
################################################################################
# AngularJS - WebApplication framework
https://angularjs.org/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment