Skip to content

application-dev-tsb/notes-browser-technology

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Browser Technologies

Technologies used in browser; HTML, CSS, and JavaScript, as well as some related frameworks that would make my work a hell of a lot easier than dealing with native constructs.

  • HTML: content of the document
  • CSS: look and feel
  • JavaScript: brain

HTML

  • Polymer: HTML on steroids; makes heavy use of web components

CSS

  • Bootstrap: responsive CSS styles
  • SASS: pre-processed, CSS plus advance features; variables, nexting, mixin, operators
  • LESS: just like LESS, with a different syntax

JavaScript

  • Angular: component-based SPA framework
  • React: functional-programming oriented framework
  • EmberJS: router/template-based framework

Helper Tools

  • Bower: dependency manager
  • NPM: package manager

About

HTML, JavaScript Libraries, CSS Libraries/Tools

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published