4月份Github上熱門的JavaScript開源項目
4月份GitHub上最熱門的JavaScript開源項目排行已經(jīng)出爐啦,一起來看看吧:
1. binance-trading-bot
https://github.com/chrisleekr/binance-trading-bot
Star 1417
這是一個幣安交易機器人。
2. vanillawebprojects
https://github.com/bradtraversy/vanillawebprojects
Star 100037
這是一個使用HTML5,CSS和JavaScript構(gòu)建的20多個小型項目的集合,這些項目沒有用到任何框架和庫。
3. node-express-boilerplate
https://github.com/hagopj13/node-express-boilerplate
Star 2355
這是一個入門項目,通過使用Node.js、Express和Mongoose快速構(gòu)建RESTful API。
4. 30-seconds-of-code
https://github.com/30-seconds/30-seconds-of-code
Star 73720
這個項目里精心收集了大量有用的JavaScript代碼片段文章,讓你能夠在極短的時間內(nèi)可以理解使用它們,分為日期、節(jié)點、功能模塊等部分,你可以直接將文件的這些代碼直接導入到你的的文本編輯器(VSCode,Atom,Sublime)
5. openzeppelin-contracts
https://github.com/OpenZeppelin/openzeppelin-contracts
Star 10146
這是一個用于安全智能合約開發(fā)的庫。
6. wechat-app-mall
https://github.com/EastWorld/wechat-app-mall
Star 14485
微信小程序商城,微信小程序微店。
7. tech-interview-handbook
https://github.com/yangshun/tech-interview-handbook
Star 52577
這是一份技術(shù)面試資料,重點關(guān)注算法,系統(tǒng)設(shè)計等問題還在補充當中,此外,還包含了頂級科技企業(yè)的面試方式,以及面試問題解析,如何美化簡歷等。
8. nodebestpractices
https://github.com/goldbergyoni/nodebestpractices
Star 64537
這是對Node.js最佳實踐中排名最高的內(nèi)容的總結(jié)和分享,當前,超過50個最佳實現(xiàn),樣式指南,架構(gòu)建議已經(jīng)呈現(xiàn)。
9. vue
https://github.com/vuejs/vue
Star 182703
Vue.js 是構(gòu)建 Web 界面的 JavaScript 庫,提供數(shù)據(jù)驅(qū)動的組件,還有簡單靈活的 API,使得 MVVM 更簡單。主要特性:
- 可擴展的數(shù)據(jù)綁定
- 將普通的 JS 對象作為 model
- 簡潔明了的 API
- 組件化 UI 構(gòu)建
- 配合別的庫使用
10. ethereumbook
https://github.com/ethereumbook/ethereumbook
Star 8339
這是一本關(guān)于以太坊的免費開源電子書。
11. clean-code-javascript
https://github.com/ryanmcdermott/clean-code-javascript
Star 50992
這是羅伯特·C·馬丁的《代碼整潔之道》的JavaScript版本。