Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/hawx1993/github-fe-project

A collection about github front-end project
https://github.com/hawx1993/github-fe-project

Last synced: 3 days ago
JSON representation

A collection about github front-end project

Awesome Lists containing this project

README

        

### GitHub 值得收藏的前端项目


Sponsor

> http://microjs.com/#

该网站的资源都托管到了`github`,`microjs.com`是一个可以让你选择微型的`js`类库的网站,该网站里的`js`库都是压缩后不大于5KB的,非常实用

![图片描述][1]

>https://plainjs.com/(10.22更新)

The Vanilla JavaScript Repository,该仓库都是用原生`js`写的插件和组件,很实用。里面的项目也都托管到了github

![图片描述][2]

# 目录

* [综合/资源](#综合/资源)
* [样式/UI/css](#样式/UI/css)
* [测试/工具](#测试/工具)
* [构建工具](#构建工具)
* [canvas/数据可视化](#canvas/数据可视化)
* [模块管理/加载器](#模块管理/加载器)
* [动画](#动画)
* [插件](#插件)
* [框架、库和组件](#框架、库和组件)
* [移动端](#移动端)
* [Node.js相关](#Node.js相关)
* [React相关](#React相关)
* [HTML5](#HTML5)
* [模板引擎](#模板引擎)
* [浏览器兼容方案](#浏览器兼容方案)
* [菊苣](#菊苣)
* [其他](#其他)
* [优秀开源组织](#优秀开源组织)

综合/资源
----

- [frontend-dev-bookmarks][3] 一个巨大的前端开发资源清单。`star:15000`

- [front-end-collect][4] 分享自己长期关注的前端开发相关的优秀网站、博客、以及活跃开发者。`star:860`

- [Front-end-Interview-questions][5] 史上最全前端开发面试问题及答案

- [f2e-hub][6] 包含`Animation,UI,dialog,Carousels,color,image,workflow`等。`star:100`

- [awesome-javascript][7] 一系列很棒的`javascript` 库,资源。`star:3100`

- [fks][8] 前端技能汇总,包含前端知识架构,后端知识,`linux`,书籍推荐等。`star:4000`

- [node123][9] `node.js`中文资料导航。`star:1200`

- [mobile-web-favorites][10] 移动端web开发收藏夹。`star:200`

- [gulp-book][11] `Gulp` 入门指南

- [Front-end-tutorial][12] 最全的资源教程-前端涉及的所有知识体系。(12.25更新)
- [use-gulp](https://github.com/Platform-CUF/use-gulp)
。gulp资料收集

样式/UI/css
----

- [Semantic-UI][13] 让你使用任何`HTML`标签 来表现UI控件。
这是一款语义化设计的前端框架,为攻城师而制作的可复用的开源前端框架。`star:17500`

![图片描述][14]

- [primer][15] `CSS`风格指南。`star:3600`

- [glue][16] 一个生成CSS sprites的简单的命令行工具。star:2.5K (7.19更新)

- [postcss][17] 用js插件来对css进行转换,类似Sass的预编译器,但实现了模块化,并且更加强大。`star:4.5K`(7.31更新)

- [css3 PIE][18] 允许在IE上使用`CSS3`绝大部分的酷炫功能。官网:http://css3pie.com/

- [mui][19] 轻量级css框架。`star:1.5K`(10.15更新)

- [img2css][20] 将图片转为纯css的黑科技。`star:1.5K`(12.25更新)
- [WeUI](https://github.com/weui/weui)为微信 Web 服务量身设计。`star:8.2K+`
- [resume-master](https://github.com/hawx1993/resume-master) 简洁易用的简历生成项目,可部署到github pages在线浏览。

测试/工具
-----

- [mocha][21] 一个简单、灵活有趣的 `JavaScript` 测试框架,用于 `Node.js` 和浏览器上的 `JavaScript` 应用测试。 `star:6680`

- [csscss][23] css代码冗余分析仪,用于分析冗余 。`star:2800`

- [es6-tools][24] `es6` 工具集,包括`Grunt Tasks,Gulp Plugins,Broccoli Plugins,Brunch Plugins,Webpack plugins`等等。`star:1860`

- [async][25] 一个工具模块,提供了直接而强大的 `JavaScript` 异步功能。虽然是为 `Node.js` 设计的,但是它也可以直接在浏览器中使用。`star:13000`

- [simditor][26] 团队协作工具 `Tower` 使用的富文本编辑器。`star:1300`

- [HTMLHint][27] `HTML` 静态代码分析工具,可以集成到`IDE`环境或编译系统中。`star:900`

- [jshint][28] `js`静态代码分析工具,可以帮你检测`js`语法错误和潜在的问题。`star:5100`

- [csslint][29] 分析和优化你的`CSS`样式表的工具。由[Nicholas C.
Zakas][30]所写。`star:2700`

- [protractor][31] 一款端对端的`angular apps` 测试框架。`star:4K`

- [casperjs][32] 一个基于`PhantomJS`的开源导航脚本和测试工具。`star:4.8K`

- [Karma][33] 自动化完成单元测试,允许你在多个浏览器里执行`js`代码。让你的`TDD`变得简单,快速,有趣。`star:5.3K`

- [jasmine][34] 是一个简易的`JS`单元测试框架, 用来测试`Javascript`代码。`star:9.1K`(6.28更新)

- [chai][35] 一个针对 `Node.js` 和浏览器的`TDD`(测试驱动开发)/`BDD`(行为驱动开发)的断言框架,可与任何 `JavaScript` 测试框架集成。`star:2K`(6.29更新)

- [Qunit][36] 一个很容易使用的js单元测试框架,该框架是由`jQuery`团队的成员所开发,并且是`jQuery`的官方测试套件。`star:3.3K`(6.29更新)

构建工具
-------------

- [Grunt][37] 基于`Node.js`的项目构建工具。拥有数量庞大的插件,是一款优秀的前端自动化工具。`star:9500+`

- [yeoman][38] 一个强健的工具,库,及工作流程的组合。`star:960+`

- [gulp][39] 基于`node.js`流的新一代前端构建系统。`star:14000+`

- [spm][40] 是 `CMD` 的包管理工具,需要和 `Sea.js` 配合使用。

canvas/数据可视化
---------

- [echarts][41] 基于`Canvas`,纯`Javascript`图表库,提供直观,生动,可交互,可个性化定制的数据可视化图表。`star:6900`

- [Chart.js][42] 使用``标签的简易HTML5图表。`star:14600`

- [sketch.js][43] 跨平台`JavaScript`创意编码框架,`gzip`压缩后仅有2kb。`star:1500`

- [d3][44] 一个基于数据操作文档的`js`数据可视化框架,最流行的可视化库之一。`star:38000`

- [zrender][45] 一个轻量级的`Canvas`类库,MVC封装,数据驱动,提供类`DOM`事件模型,让`canvas`绘图大不同!`star:850`

- [c3][46] 一个基于 `D3.js` 的可重用 `JavaScript` 图表库。几乎零学习曲线。`star:4.5K`(6.28更新)

- [img2css][47] 将图片转为纯css代码。(11.3更新)

- [highcharts](https://github.com/highcharts/highcharts) 基于SVG的JavaScript 图表框架

模块管理/加载器
--------

- [ESL][48] 是一个浏览器端、符合`AMD`的标准加载器,适合用于现代`Web`浏览器端应用的入口与模块管理。

- [seajs][49] 一个遵循`CommonJS`规范的`JavaScript`模块加载器。提供简单、极致的模块化开发体验。`star:4100`

- [Component][50] 一个模块化的`JavaScript`框架,同时也是面向前端的包管理器。

- [webpack][51]一个模块打包工具,你可以使用`WebPack`管理你的模块依赖,并编绎输出模块们所需的静态文件。`star:9K`

动画
--

- [animate.css][52] 一个跨浏览器的`CSS`动画库。简单易用易上手。`star:23000`

- [move.js][53] 极小的 `JavaScript` 库,支持 `CSS3` 的动画效果,非常简单优雅。`star:2600`

- [TweenJS][54] 是一个简单但强大的 `Javascript` 动画库。`CreateJS` 套件的一部分。`star:1500`

- [bounce.js][55] 一个用于制作漂亮的 `CSS3` 关键帧动画的 `JavaScript`
库,使用其特有的方式生成的动画效果。`star:3600`

- [Swipe][56] 号称最精确的`Slider`触摸库,专为移动设备优化。`star:4.7K`

- [tween.js][57] 一款可生成平滑动画效果的`js`动画库。`tween.js`允许你以平滑的方式修改元素的属性值。它可以通过设置生成各种类似CSS3的动画效果。`star:2.5K`(7.15更新)

- [parallax.js][58]轻量级的的视差引擎,能对智能设备的方向作出反应。。`star:9K` (10.17更新)

- [Velocity][59] 是一款和jQuery的`$.animate()`有相同API的动画引擎。很适合移动端的动画开发,还打包了颜色动画,转换,循环,easing效果,类动画、滚动等功能。`star:9.5K`(12月25更新)

插件
--

- [front-end-plugins](https://github.com/iamjoel/front-end-plugins) 前端常用插件汇总

- [jquery.transit](https://github.com/rstacruz/jquery.transit) 超级流畅的css3 transformations 和 transitions的jQuery插件。 `star:7K+`

- [zepto.fullpage][60] 专注于移动端的全屏滚动插件。`star:510`

- [fullPage.js][61] pc端的全屏滚动插件。 `star:9500` [view demo][62]

- [onepage-scroll][63] 可以轻松建立一个动感的响应式的滚动效果页面,比较适用于单页面的专题站。支持现代浏览器和IE8以上版本。[View demo][64] 。`star:7700`

- [slick][65] 一款完全响应式的 `jQuery` 图片滚动插件,能够根据容器自动适应宽度。`star:10000` [view demo][66]

- [superslides][67] 致力于解决网站大部分特效展示问题。网站上常用的“焦点图/幻灯片”“Tab标签切换”“图片滚动”“无缝滚动”等只需要一个`SuperSlide`即可解决! [view demo][68] `star:1100`

- [jQuery-One-Page-Nav][69] 当用户滚动网页时,实现平滑滚动和智能导航。`star:1100`

- [slider][70] 一个`jquery`完全开源的`JavaScript`代码库,用户可以开发,调试和深度定制自己的滑块。`star:850` [view demo][71]

- [github-hovercard][72] github 鼠标悬停显示用户,仓库等摘要信息。(10.15更新)

- [onepage-scroll][73] 一款带有背景视觉差效果的`jQuery`整页滚动特效插件。star:8K (10.17更新)[view demo][74]

- [justlazy.js][75] 轻量级js图片延迟加载插件。(10.22更新)

- [awesome-browser-extensions-for-github][76] 收集关于github上优秀的浏览器插件。非常实用。star:200 (12.25更新)

框架、库和组件
-----

- [polymer][77] `web`组件构建框架。一套以“一切皆组件、最少化代码量、最少框架限制”为设计理念的`Web UI`框架。 `star:9900`

- [impress.js][78] 创建令人兴奋的演示。使用`CSS3`的转换和过渡,这个库允许你创建令人印象深刻的演示文稿。[view demo][79]。`star:24300`

- [ionic][80] 先进的`HTML5` 移动端开发框架。帮助开发者使用HTML5, CSS3和`js`做出不可思议的`hybrid app`。`star:17000`

- [reveal.js][81] 基于`CSS3`的3D幻灯片工具。能够制作绚丽的演示文稿并生成`HTML`格式,将它发布到web上。`star:21500` [view demo][82]

- [pure.css][83] 一组很小的,响应式的`css`组件,你可以在网页的项目上到处使用。`star:12000`

- [three.js][84] 是`JavaScript`编写的`WebGL`第三方库。提供了非常多的3D显示功能。`star:20000`

- [TimelineJS][85] 轻松制作时间轴。`star:8000`

- [jquery-pjax][86] 对`ajax` 和 `pushState`的封装,让你可以很方便的使用`pushState`技术,用以实现页面无刷新加载。`star:11500`

- [highlight.js][87] `javascript`语法高亮。既可以运行在浏览器端也可以运行在服务端。`star:5500`

- [commander.js][88] `Node.js`命令行工具。`star:3800`

- [togetherjs][89] 由`Mozilla`打造的一款可以给网站添加实时协作功能的`JavaScript`库。`star:5K`

- [HTML.js][90] 轻量级的简化与`DOM`操作的js库。[view demo][91] `star:1.5K`

- [MEAN.JS][92] 全栈式javascript,使用`MongoDB, Express,
AngularJS` 和 `Node.js`。`star:2.2K`

- [wechat.js][93] 微信相关的 js 操作:分享、网络、菜单。`star:700`

- [JavaScript-Load-Image][94] 一个`js`加载和转换图像文件的库。 `star:1.2K` [view
demo][95]

- [progress.js][96] 一个 `js` 和 `CSS3`的库,帮助开发人员为网页上的每个对象创建和管理进度条效果。`star:1.6K` [view demo][97]

- [foundation][98] 号称世界上最先进的响应式前端框架,也是一款`Mobile First`的框架。`star:21K`

- [Sugar][99] 一个`JavaScript`库。它扩展了现有的`JS`对象的方法,让你可以用更少的代码做更多的事情。`star:2.8K`

- [todomvc][100] 帮你挑选一款MV*框架,它使用不同的最流行的`js MV*`框架实现了一个相同的`Todo`应用。`star:13K`

- [yepnope.js][101] 这是一个异步的条件加载框架,速度超快,只为用户加载需要的脚本。使用非常简单,非常有用!`star:2.5K`

- [Material UI][102] 是一个 `CSS` 框架和一组实现谷歌 Material Design 设计规范的 React
组件。`star:8.8K`(6.28更新)

- [Pikaday][103] 是一个 `JavaScript` 日期选择器,特点是轻量级、无依赖和模块化的
`CSS`。`star:2.8K` [view demo][104](7.1更新)

- [vuejs][106] 用于构建交互式的 Web 界面的库。它提供了 `MVVM` 数据绑定和一个可组合的组件系统,具有简单、灵活的 API。`star:6K`(7.12更新)

- [meteor][107] 超简单的,数据库无处不在的,用于自动化和简化实时运行的 `Web` 应用程序的开发。纯`JavaScript`的Web框架。`star:27K`(7.12更新)

- [webuploader][108]
一个简单的以`HTML5`为主,`FLASH`为辅的现代文件上传组件。支持大文件分片并发上传,极大的提高了文件上传效率。`star:1.8K`

- [fastclick][109]触摸UI上的消除点击延迟js库。`star:1W`(10.15更新)

- [wangEditor][110] 轻量级web富文本框。 (10.15更新)

- [benchmark.js][111]是强大的基准测试库,几乎适用于所有`JavaScript`平台。支持`high-resolution`定时器,并返回重要的统计结果。`star:1.7k`(10.15更新)

- [headroom.js][112]是一个轻量级、纯 JS 组件,用来隐藏或展现页面上的元素,为你的页面留下更多展示内容的空间。`star:7.5K` (10.15更新)

- [tooling][113] 快速开发web app

- [ua-device](https://github.com/fex-team/ua-device)史上最全面的userAgent解析库,百度FEX出品。

- [judge](https://github.com/hawx1993/judge)轻量级js判断类库
- [share.js](https://github.com/overtrue/share.js)一键分享到微博、QQ空间、QQ好友、微信、腾讯微博、豆瓣等。

移动端
---

- [Swipe][114] 加速移动触摸滑块与硬件之间的转换。`star:5000`。

- [hammer.js][115] 一个支持多点触摸的手势库。`star:11000`

- [amDoc][116] 无线`Web`解决方案 - 文档规范指南

- [amazeui][117] 移动优先的跨屏前端框架。面向`HTML5`开发,使用`css3`做动画和交互。`star:4.1K`

- [Zepto][118] 一款面向移动端设备、`API`与`jQuery`兼容的基础库。

- [mui][119] 最接近原生APP体验的高性能框架 。`star:1.1K`(6.28更新)

- [Swiper][120]纯`javascript`打造的滑动特效插件,面向手机、平板电脑等移动终端。能实现触屏焦点图、触屏Tab切换、触屏多图切换等常用效果。`star:6K`(10月18更新)

- [SUI-Mobile][121]由阿里巴巴国际UED前端出品的移动端UI库,轻量精美 `star:2K`(2016.1.14更新)

- [lib-flexible][122] 淘宝出品的移动端可伸缩布局方案。`star:1.3K+`(2016.1.14更新)

Node.js相关
---------

- [node-restify](https://github.com/restify/node-restify) node.js REST framework specifically meant for web service APIs。`star:5K+`

- [http://nodeframework.com/][123] 专门收集`node.js`的`web`框架的网站。其项目同样均托管在`github`上。

![图片描述][124]

- [nodeclub][125] 使用 `Node.js` 和 `MongoDB` 开发的社区系统。`star:3000`

- [N-chat][126] 使用 `Express + Socket.IO` 搭建的多人聊天室 。`star:300`

- [N-blog][127] 使用 `Express + MongoDB` 搭建多人博客。`star:1800`

- [node-inspector][128] 基于`Blink`开发者工具的`Node.js`调试器。`star:7000`

- [node-lessons][129]:`Node.js`包教不包会。`star:2.5K`

- [nodePPT][130] 使用`nodejs`写的网络幻灯片。可能是迄今为止最好的网页版`PPT`。`star:1.6K` [view demo][131]

- [hexo][132] 一款快捷,简单,强大的博客框架,基于`Nodejs`。`star:5.2K`

- [koa][133] 下一代`Node.js` Web 框架。由 `Express` 团队设计。`star:6.3K`

- [awesome-nodejs][134] 关于`Nodejs` 包和资源的收集。`star:7K`

- [connect][135] `Node`平台的中间件框架。`Express`就是基于`Connect`开发的。`star:5.6K`(6.29更新)

- [n][136] node版本管理,tj大神所写。`star:2.7K`

- [nvm][137] node版本管理,通过bash脚本来管理。`star:7.5K`

React相关
-------
- [react-style][138] 是 `React.js` 可维护的样式组件

- [react-component][139] 基于`reactjs`的组件。

- [react-native][140] 一个用`React`构建`native apps`的框架。`star:15000`

- [react-native-guide][141] 汇集了`react-native`学习资源与各类开源app。`star:850`

- [awesome-react][142] 关于`react`的工具,资源,视频的集合。`star:700`

- [Flux][143] 是一个`Facebook`开发的、利用单向数据流实现的应用架构,用于
`React`。`Flux`应用有三个主要的部分组成:调度程序、存储和视图(React 组件)。`star:6.8K`(6.28更新)

- [iscroll][144] 高性能,体积小,无外部依赖,跨平台的滚动组件 `star:6K`(7.19更新)

- [react-tappable][145] Tappable component for React.(2016,1.4更新)

- [react-native-lesson][146] `react-native`入门指南.`star:1.3K`(2016,1.4更新)
- [react-web](https://github.com/taobaofed/react-web)用React Native构建 web app的框架。`star:1.2K+`

HTML5
-----
- [html5-boilerplate][147] 一套专业的前端模版,主要用于开发快速、健壮、适应性强的app或网站。`star:27K` (12.25更新)

- [Browserquest][148] `Mozilla`开发的`HTML5`多人在线游戏。`star:5200`

- [video.js][149] 开源的HTML5和Flash视频播放器。支持自定义进度条、按钮以及工具栏的底色。`star:9.1K`

- [html5shiv][150] 主要解决`HTML5`提出的新的元素不被`IE6-9`识别。`star:6K`(7.15更新)

- [brunch][151] 快速的前端 `HTML5` 构建工具。star:4.5K(7.19更新)

- [ulkit][152] 一个轻量级的、模块化前端框架,它被用于快速开发强大的web界面。也是一款优秀的响应式HTML5 框架。`star:5.3K` (8.3更新)

模板引擎
----

- [Handlebars.js][153] 一个`js`语义模板库,能让你轻松高效的编写语义化模板。`star:8.6K`(6.29 update)

- [artTemplate][154] 性能卓越的 `js` 模板引擎。`star:1.7K`

- [jade][155] 一款高性能简洁易懂的模板引擎,`Jade`是`Haml`的`Javascript`实现。`star:8.7K`

- [ejs][156] tj大神写的嵌入javascript的模板引擎,主要用于Node

浏览器兼容方案
-------

- [es6-shim][157] 提供兼容性垫片,使ES6能兼容于传统的`JavaScript`引擎。`star:1.5K`(7.15更新)

- [Modernizr][158] 用来检测浏览器功能支持情况的`JavaScript`库,可以检测18项`CSS3`功能以及40多项关于`HTML5`的功能。`star:16000`

- [normalize.css][159] 一个可定制的 `CSS` 文件,使浏览器呈现的所有元素,更一致和符合现代标准。支持IE8+。`star:17000`

- [html5shiv][160] 主要解决`HTML5`提出的新的元素不被`IE6-9`识别。`star:6K`(7.15更新)

- [css3please][161] 跨浏览器自动生成`css3`前缀

- [Babel][162] 是一款为了写下一代js的编译器,无需等待浏览器支持就可以使用新的语法。`star:8.3K` (7.29更新)

- [f2etest](https://github.com/alibaba/f2etest) F2etest是一个面向前端、测试、产品等岗位的多浏览器兼容性测试整体解决方案。`star:1K`

菊苣
----

- [Evan You][163] 前端轻量级框架`MVVM`框架`vue.js`作者,前`Google`工程师。`followers:1.6K`

- [TJ Holowaychuk][164] Luna 编程语言, `Koa, Express, Stylus, Cluster, Mocha, Jade, node-canvas, component` 等知名开源项目的创建和贡献者。 `followers:14.1K`

- [PaulIrish][165] 著名的前端开发工程师,同时他也是`Chrome`开发者关系团队成员,jQuery团队成员,`Modernizr、Yeoman、CSS3 Please`和`HTML5 Boilerplate`的`lead developer`。`followers:15.7K`

- [Mike Bostock][166] 知名可视化库 `D3.js`的主要作者。`followers:8.3K`

- [Nicolas Gallagher][167] `Normalize.css` 作者。`followers:3.6K`

- [司徒正美][168] 前端迷你`MVVM`框架`Avalon`作者。`followers:2.1K`

- [sindresorhus](https://github.com/sindresorhus)github 排名第一的大神

其他
--

- [javascript-style-guide][169] 最合理的使用`javascript`的方法。 `star:18000`

- [Mars][170] 腾讯移动`Web`前端知识库。`star:1600`

- [brackets][171] 一款使用 HTML,CSS,JavaScript 创建的开源的针对 Web 开发的编辑器。`star:23000`

- [Ghost][172] `Node.js`开发最新博客系统, 简单简洁, 响应式设计, 支持完全自定义, 免费, 专注博客。`star:16000`

- [io.js][173] 从`NodeJS`里分离出来的一条分支。`star:13000`

- [2048 游戏][174] [view demo][175] `star:7000`

- [ueditor][176] 百度前端团队出品的富本文编辑器。`star:1.1K`

- [electron](https://github.com/electron/electron) 使用js,css,html构建跨平台的桌面应用。`star:32K+`

- [hosts](https://github.com/racaljk/hosts) 最新可用的google hosts文件。`star:5.4K+`

优秀开源组织
----

- [AlloyTeam][177] 腾讯 `Web` 前端团队。

- [fex-team][178] 百度前端团队。

- [amfe](https://github.com/amfe)阿里前端团队,有很多高质量项目和优秀文章

>说明

本篇文章会持续更新,欢迎star,可点击上面的watch下拉按钮,选中watching,以后更新会有提醒。

[1]: /img/3.jpeg
[2]: /img/2.jpeg
[3]: https://github.com/dypsilon/frontend-dev-bookmarks
[4]: https://github.com/foru17/front-end-collect
[5]: https://github.com/hawx1993/Front-end-Interview-questions
[6]: https://github.com/lvwzhen/f2e-hub
[7]: https://github.com/sorrycc/awesome-javascript
[8]: https://github.com/JacksonTian/fks
[9]: https://github.com/youyudehexie/node123
[10]: https://github.com/hoosin/mobile-web-favorites
[11]: https://github.com/nimojs/gulp-book
[12]: https://github.com/AutumnsWind/Front-end-tutorial
[13]: https://github.com/Semantic-Org/Semantic-UI
[14]: /img/1.jpeg
[15]: https://github.com/primer/primer
[16]: https://github.com/jorgebastida/glue#glue
[17]: https://github.com/postcss/postcss#plugins
[18]: https://github.com/lojjic/PIE
[19]: https://github.com/muicss/mui
[20]: https://github.com/javierbyte/img2css
[21]: https://github.com/mochajs/mocha
[22]: /img/5.png
[23]: https://github.com/zmoazeni/csscss
[24]: https://github.com/addyosmani/es6-tools
[25]: https://github.com/caolan/async
[26]: https://github.com/mycolorway/simditor
[27]: https://github.com/yaniswang/HTMLHint
[28]: https://github.com/jshint/jshint
[29]: https://github.com/CSSLint/csslint
[30]: http://www.nczonline.net/
[31]: https://github.com/angular/protractor
[32]: https://github.com/n1k0/casperjs
[33]: https://github.com/karma-runner/karma
[34]: https://github.com/jasmine/jasmine
[35]: https://github.com/chaijs/chai
[36]: https://github.com/jquery/qunit
[37]: https://github.com/gruntjs/grunt
[38]: https://github.com/yeoman/yo
[39]: https://github.com/gulpjs/gulp
[40]: https://github.com/spmjs/spm
[41]: https://github.com/ecomfe/echarts
[42]: https://github.com/nnnick/Chart.js
[43]: https://github.com/soulwire/sketch.js
[44]: https://github.com/mbostock/d3
[45]: https://github.com/ecomfe/zrender
[46]: https://github.com/masayuki0812/c3
[47]: https://github.com/javierbyte/img2css
[48]: https://github.com/ecomfe/esl
[49]: https://github.com/seajs/seajs
[50]: https://github.com/component
[51]: https://github.com/webpack/webpack
[52]: https://github.com/daneden/animate.css
[53]: https://github.com/visionmedia/move.js
[54]: https://github.com/CreateJS/TweenJS
[55]: https://github.com/tictail/bounce.js
[56]: https://github.com/thebird/Swipe
[57]: https://github.com/tweenjs/tween.js
[58]: https://github.com/wagerfield/parallax
[59]: https://github.com/julianshapiro/velocity
[60]: https://github.com/yanhaijing/zepto.fullpage
[61]: https://github.com/alvarotrigo/fullPage.js
[62]: http://alvarotrigo.com/fullPage/#firstPage
[63]: https://github.com/peachananr/onepage-scroll
[64]: http://www.thepetedesign.com/demos/onepage_scroll_demo.html
[65]: https://github.com/kenwheeler/slick
[66]: http://kenwheeler.github.io/slick/
[67]: https://github.com/nicinabox/superslides
[68]: http://nicinabox.com/superslides
[69]: https://github.com/davist11/jQuery-One-Page-Nav
[70]: https://github.com/jssor/slider
[71]: http://www.jssor.com/demos/index.html
[72]: https://github.com/Justineo/github-hovercard
[73]: https://github.com/peachananr/onepage-scroll
[74]: http://www.htmleaf.com/Demo/201412311045.html
[75]: https://github.com/fhopeman/justlazy
[76]: https://github.com/stefanbuck/awesome-browser-extensions-for-github
[77]: https://github.com/Polymer/polymer
[78]: https://github.com/bartaz/impress.js
[79]: http://bartaz.github.io/impress.js/#/bored
[80]: https://github.com/driftyco/ionic
[81]: https://github.com/hakimel/reveal.js
[82]: http://lab.hakim.se/reveal-js/#/
[83]: https://github.com/yahoo/pure/
[84]: https://github.com/mrdoob/three.js
[85]: https://github.com/NUKnightLab/TimelineJS
[86]: https://github.com/defunkt/jquery-pjax
[87]: https://github.com/isagalaev/highlight.js
[88]: https://github.com/tj/commander.js
[89]: https://github.com/mozilla/togetherjs
[90]: https://github.com/nbubna/HTML
[91]: http://nbubna.github.io/HTML/
[92]: https://github.com/meanjs/mean
[93]: https://github.com/sofish/wechat.js
[94]: https://github.com/blueimp/JavaScript-Load-Image
[95]: https://blueimp.github.io/JavaScript-Load-Image/
[96]: https://github.com/usablica/progress.js
[97]: http://usablica.github.io/progress.js/
[98]: https://github.com/zurb/foundation
[99]: https://github.com/andrewplummer/Sugar
[100]: https://github.com/tastejs/todomvc
[101]: https://github.com/SlexAxton/yepnope.js
[102]: https://github.com/callemall/material-ui
[103]: https://github.com/dbushell/Pikaday
[104]: http://dbushell.github.io/Pikaday/
[105]: /img/bVmxon
[106]: https://github.com/yyx990803/vue
[107]: https://github.com/meteor/meteor
[108]: https://github.com/fex-team/webuploader
[109]: https://github.com/ftlabs/fastclick
[110]: https://github.com/wangfupeng1988/wangEditor
[111]: https://github.com/bestiejs/benchmark.js
[112]: https://github.com/WickyNilliams/headroom.js
[113]: https://github.com/egoist/tooling
[114]: https://github.com/thebird/swipe
[115]: https://github.com/hammerjs/hammer.js
[116]: https://github.com/am-team/amDoc
[117]: https://github.com/allmobilize/amazeui
[118]: https://github.com/madrobby/zepto/
[119]: https://github.com/dcloudio/mui
[120]: https://github.com/nolimits4web/Swiper
[121]: https://github.com/sdc-alibaba/SUI-Mobile
[122]: https://github.com/amfe/lib-flexible
[123]: http://nodeframework.com/
[124]: /img/4.jpeg
[125]: https://github.com/cnodejs/nodeclub
[126]: https://github.com/nswbmw/N-chat
[127]: https://github.com/nswbmw/N-blog
[128]: https://github.com/node-inspector/node-inspector
[129]: https://github.com/alsotang/node-lessons
[130]: https://github.com/ksky521/nodePPT
[131]: http://qdemo.sinaapp.com/
[132]: https://github.com/hexojs/hexo
[133]: https://github.com/koajs/koa
[134]: https://github.com/sindresorhus/awesome-nodejs
[135]: https://github.com/senchalabs/connect
[136]: https://github.com/tj/n
[137]: https://github.com/creationix/nvm
[138]: https://github.com/js-next/react-style
[139]: https://github.com/react-component
[140]: https://github.com/facebook/react-native
[141]: https://github.com/ele828/react-native-guide
[142]: https://github.com/enaqx/awesome-react
[143]: https://github.com/facebook/flux
[144]: https://github.com/cubiq/iscroll/
[145]: https://github.com/JedWatson/react-tappable
[146]: https://github.com/vczero/react-native-lesson
[147]: https://github.com/h5bp/html5-boilerplate/
[148]: https://github.com/mozilla/BrowserQuest
[149]: https://github.com/videojs/video.js
[150]: https://github.com/aFarkas/html5shiv
[151]: https://github.com/brunch/brunch/
[152]: https://github.com/uikit/uikit
[153]: https://github.com/wycats/handlebars.js
[154]: https://github.com/aui/artTemplate
[155]: https://github.com/jadejs/jade
[156]: https://github.com/tj/ejs
[157]: https://github.com/paulmillr/es6-shim
[158]: https://github.com/Modernizr/Modernizr
[159]: https://github.com/necolas/normalize.css
[160]: https://github.com/aFarkas/html5shiv
[161]: https://github.com/paulirish/css3please
[162]: https://github.com/babel/babel/
[163]: https://github.com/yyx990803
[164]: https://github.com/tj
[165]: https://github.com/paulirish
[166]: https://github.com/mbostock
[167]: https://github.com/necolas
[168]: https://github.com/RubyLouvre
[169]: https://github.com/airbnb/javascript
[170]: https://github.com/AlloyTeam/Mars
[171]: https://github.com/adobe/brackets
[172]: https://github.com/TryGhost/Ghost
[173]: https://github.com/nodejs/io.js
[174]: https://github.com/gabrielecirulli/2048
[175]: http://gabrielecirulli.github.io/2048/
[176]: https://github.com/fex-team/ueditor
[177]: https://github.com/AlloyTeam
[178]: https://github.com/fex-team