Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/cminhho/frontend-development


https://github.com/cminhho/frontend-development

Last synced: 8 days ago
JSON representation

Awesome Lists containing this project

README

        

# Frontend Development

### Guides
+ [W3Schools](http://www.w3schools.com/): is optimized for learning, testing, and training.
+ [Codeschool](http://codeschool.com/) teaches web technologies in the comfort of your browser with video lessons, coding challenges, and screencasts.

### Workflow
+ [Yeoman Workflow](http://yeoman.io/): The Yeoman workflow is comprised of three types of tools for improving your productivity and satisfaction when building a web app:
+ [Yo](http://yeoman.io/) - scaffolds out a new application, writing your Grunt configuration and pulling in relevant Grunt tasks and Bower dependencies that you might need for your build.
+ [Bower](http://bower.io/) - the package management tool for the font-end made by Twitter. Installs and manages versions for font-end libraries like AngularJS, JQuery and Bootstrap.
+ [Grunt](http://gruntjs.com/) - a JavaScript task runner. Extensible via a large community of Grunt plugins.
+ [Gulp](http://gulpjs.com/) is a build system that makes use of node's streams.
+ [JSLint](http://jslint.com/) for detecting errors or problems by static analysis of JavaScript programs.
+ [JSHint](http://jshint.com/) for more flexible static analysis of JavaScript programs.

### Frameworks
+ Javascript
+ [AngularJS](http://angularjs.org/): HTML enhanced for web apps!
+ AngularJS Bootstrap (http://angular-ui.github.io/bootstrap/)
+ Font-awesome: http://fortawesome.github.io/Font-Awesome/
+ modules: http://ngmodules.org/
+ Code School Shaping Up with Angular.js (https://www.codeschool.com/courses/shaping-up-with-angular-js)
+ ng-i18Next: https://github.com/archer96/ng-i18next
+ [JQyery](http://jquery.com/): jQuery is a fast, small, and feature-rich JavaScript library.
+ [JQuery UI](http://jqueryui.com/)
+ CSS
+ [Bootstrap](http://getbootstrap.com/); Bootstrap is the most popular HTML, CSS, and JS framework for developing responsive, mobile first projects on the web.