|
9 | 9 | > **专注于挖掘优秀的前端开源项目,抹平你的前端信息不对称,涵盖 JavaScript、Vue、React、Node、小程序、Flutter、Deno、HTML、CSS 等。**
|
10 | 10 |
|
11 | 11 |
|
12 |
| -> 2021 前端最强的学习导航: https://www.kwgg2020.com |
| 12 | +> 前端最强的学习导航: https://www.kwgg2020.com |
13 | 13 |
|
| 14 | +> 猫哥的技术博客地址:https://github.com/biaochenxuying/blog |
14 | 15 |
|
15 | 16 | <div align="center">
|
16 | 17 |
|
|
20 | 21 |
|
21 | 22 | ## 简介
|
22 | 23 |
|
23 |
| -大家好,我是你们的 猫哥,一个不喜欢吃鱼、又不喜欢喵 的超级猫 ~ |
| 24 | + |
| 25 | +初级前端与高级前端之间,很大原因就是投入学习前端的时间、经验的差别,其实就是信息差。 |
| 26 | + |
| 27 | +如果有一个地方能又快又好的获得这些优质的前端信息,那么将会大大缩短从初级到高级的时间。 |
| 28 | + |
| 29 | +基于这个初衷,于是就诞生了这个仓库,能帮助前端开发人员节省时间的仓库! |
24 | 30 |
|
25 | 31 | 本项目专注于挖掘 GitHub 上优秀的前端开源项目,并以专题的形式推荐,每专题大概 10 个好项目,每周会有一到三篇精华文章推送。
|
26 | 32 |
|
27 | 33 | 已经推荐了 面试项目、css奇技淫巧项目、代码规范项目、数据结构与算法项目、管理后台模板、前端必备在线工具 等专题的近 200 个优秀项目了。
|
28 | 34 |
|
29 |
| -初步前端与高级前端之间,最大的差距可能就是信息差造成的。 |
30 |
| - |
31 | 35 | 希望你在浏览、学习了超级猫推荐的这些开源项目的过程中,你能学习到更多编程知识、提高编程技巧、找到编程的乐趣。
|
32 | 36 |
|
33 | 37 | 平时如何发现好的开源项目,可以看看这篇文章:[GitHub 上能挖矿的神仙技巧 - 如何发现优秀开源项目](https://mp.weixin.qq.com/s/98P-ARrYlkmog8i79zX6Og)。
|
34 | 38 |
|
| 39 | + |
| 40 | +> 欢迎关注公众号:**前端GitHub**,后台回复 “**电子书**”,获取 160+ 本前端精华电子书哦。 |
| 41 | +
|
35 | 42 | <div align="center">
|
36 | 43 |
|
37 | 44 | 
|
38 | 45 |
|
39 | 46 | </div>
|
40 | 47 |
|
41 |
| -> 欢迎关注公众号:**前端GitHub**,每周会有一到三篇的文章推送,后台回复 “**电子书**”,获取 160+ 本前端精华电子书哦。 |
42 | 48 |
|
43 | 49 | <!-- <div align="center">
|
44 | 50 |
|
|
66 | 72 | - [CSS 学习专题](#css-学习专题)
|
67 | 73 | - [小程序](#小程序)
|
68 | 74 | - [前端的代码规范](#前端的代码规范)
|
| 75 | + - [程序员必备仓库](#程序员必备仓库) |
69 | 76 | - [设计规范](#设计规范)
|
70 | 77 | - [抠图神器](#抠图神器)
|
71 | 78 | - [在线绘图](#在线绘图)
|
|
405 | 412 |
|
406 | 413 | [⬆️ 返回顶部](#目录)
|
407 | 414 |
|
| 415 | +### 程序员必备仓库 |
| 416 | + |
| 417 | +- [**推荐程序员必备的 10 大 GitHub 仓库,前端占了 7 个!**](https://github.com/FrontEndGitHub/FrontEndGitHub/issues/21) |
| 418 | +- 精彩待续。。。 |
| 419 | + |
| 420 | + |
| 421 | +| 项目 | 地址 | |
| 422 | +| --- | --- | |
| 423 | +| build-your-own-x:构建自己想做的应用 | [https://github.com/danistefanovic/build-your-own-x](https://github.com/danistefanovic/build-your-own-x) | |
| 424 | +| javascript-algorithms:多种基于 JavaScript 的算法与数据结构 | [https://github.com/trekhleb/javascript-algorithms](https://github.com/trekhleb/javascript-algorithms) | |
| 425 | +| computer-science:为所有想要学习计算机科学的人提供了大量的免费学习资源 | [https://github.com/ossu/computer-science](https://github.com/ossu/computer-science) | |
| 426 | +| 30-seconds-of-code:超过 100 个代码段,涵盖了 JavaScript 中的各种内容 | [https://github.com/30-seconds/30-seconds-of-code](https://github.com/30-seconds/30-seconds-of-code) | |
| 427 | +| nodebestpractices:Node.js 最佳实践中排名最高的内容的总结和分享 | [https://github.com/goldbergyoni/nodebestpractices](https://github.com/goldbergyoni/nodebestpractices) | |
| 428 | +| realworld:如何使用特定的语言 / 技术开发适当的应用 | [https://github.com/gothinkster/realworld](https://github.com/gothinkster/realworld) | |
| 429 | +| free-programming-books:免费提供编程书籍 | [https://github.com/EbookFoundation/free-programming-books](https://github.com/EbookFoundation/free-programming-books) | |
| 430 | +| system-design-primer:学习如何设计大型系统,为系统设计面试做准备 | [https://github.com/donnemartin/system-design-primer](https://github.com/donnemartin/system-design-primer) | |
| 431 | +| awesome-python:精选的 Python 框架,库,软件和资源的精选清单 | [https://github.com/vinta/awesome-python](https://github.com/vinta/awesome-python) | |
| 432 | +| awesome-machine-learning:精选的很棒的机器学习框架,库和软件的列表 | [https://github.com/josephmisiti/awesome-machine-learning](https://github.com/josephmisiti/awesome-machine-learning) | |
| 433 | + |
| 434 | +[⬆️ 返回顶部](#目录) |
| 435 | + |
408 | 436 | ### 设计规范
|
409 | 437 |
|
410 | 438 |
|
|
0 commit comments