Skip to content

A curated list of Tools, Libraries and Frameworks essential for Frond-end developers.

Notifications You must be signed in to change notification settings

shyjal/Essential-frontend-tools-frameworks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 

Repository files navigation

Essential-Frontend-Tools-Frameworks

A curated list of Tools, Libraries and Frameworks essential for every Frond-end developer.

For more elaborated list goto Frontend Dev Bookmarks by dypsilon

JavaScript

Frameworks

  • AngularJS ( The Superheroic MVW )
  • Meteor ( Client + Server )
  • EmberJS ( Simple templating, used by yahoo, groupon )
  • Backbone ( Lightweight, fast )
  • Knockout ( Simplify dynamic JavaScript UIs with MVVM )

UI Frameworks

  • ReactJS ( The V in MVC, Fast dom manipulation with Virtual dom )
  • Famo.us ( Hardware accelerated engine )

Libraries

  • jQuery ( Dom manipulation specialist )
  • ZeptoJS ( lightweight jquery )
  • PrototypeJS ( Modifications in standard JavaScript and Dom functions )

Utility libraries

  • Underscore ( Adding additional features to JS )
  • Loadash ( Also called as high performance underscore )

Other Libraries

Productivity boosters

  • Grunt ( Task automator )
  • Bower ( Package manager like npm )
  • Gulp ( Automates work flow )
  • Yeoman ( Builds scaffolds to start with )

JS Preprocessors ( Compiles into normal js : less repetition, more manageability)

  • Coffeescript ( The golden rule of CoffeeScript is: "It's just JavaScript" )
  • Typescript ( Typed superset of JS from microsoft )

Mobile specific

CSS

CSS Frameworks

CSS Preprocessors ( Compiles into normal css : less repetition, more manageability )

General

Web components

UI kits

Graphic

  • Visualization

  • Animation

    • Move.js ( jQuery like animation with css3 transitions )
    • Velocity.js ( Best of jQuery and CSS transitions combined )
    • Animate.css ( Animate with css classes )

Nice to know

Useful stuffs

About

A curated list of Tools, Libraries and Frameworks essential for Frond-end developers.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published