Skip to content

Latest commit

 

History

History
108 lines (105 loc) · 18.9 KB

File metadata and controls

108 lines (105 loc) · 18.9 KB

Top 100 Stars in JavaScript

Ranking Project Name Stars Forks Language Open Issues Description Last Commit
1 freeCodeCamp 320899 25438 JavaScript 264 freeCodeCamp.org's open source codebase and curriculum. Learn to code for free. 2021-02-21T20:59:55Z
2 vue 179660 28190 JavaScript 564 🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web. 2021-02-19T19:40:51Z
3 react 164017 32854 JavaScript 716 A declarative, efficient, and flexible JavaScript library for building user interfaces. 2021-02-21T08:23:56Z
4 javascript 104879 20367 JavaScript 119 JavaScript Style Guide 2021-02-17T08:08:54Z
5 javascript-algorithms 97538 16242 JavaScript 200 📝 Algorithms and data structures implemented in JavaScript with explanations and links to further readings 2021-02-22T02:01:06Z
6 react-native 93483 20525 JavaScript 1456 A framework for building native apps with React. 2021-02-21T04:08:10Z
7 create-react-app 86090 21275 JavaScript 995 Set up a modern web app by running one command. 2021-02-21T14:14:07Z
8 axios 81832 7849 JavaScript 296 Promise based HTTP client for the browser and node.js 2021-02-18T23:35:38Z
9 angular.js 59592 28573 JavaScript 467 AngularJS - HTML enhanced for web apps! 2021-02-06T21:18:15Z
10 webpack 57501 7595 JavaScript 288 A bundler for javascript and friends. Packs many modules into a few bundled assets. Code Splitting allows for loading parts of the application on demand. Through "loaders", modules can be CommonJs, AMD, ES6 modules, CSS, Images, JSON, Coffeescript, LESS, ... and your custom stuff. 2021-02-22T01:24:37Z
11 reveal.js 55572 15392 JavaScript 641 The HTML Presentation Framework 2021-02-22T00:22:18Z
12 realworld 54709 4810 JavaScript 219 "The mother of all demo apps" — Exemplary fullstack Medium.com clone powered by React, Angular, Node, Django, and many more 🏅 2021-02-21T06:00:45Z
13 jquery 54565 19754 JavaScript 72 jQuery JavaScript Library 2021-02-17T21:19:56Z
14 atom 54374 15797 JavaScript 728 :atom: The hackable text editor 2021-02-21T15:05:15Z
15 awesome-selfhosted 53937 4236 JavaScript 87 A list of Free Software network services and web applications which can be hosted on your own servers 2021-02-22T02:51:43Z
16 express 52013 8719 JavaScript 160 Fast, unopinionated, minimalist web framework for node. 2021-02-02T04:10:32Z
17 tech-interview-handbook 49953 7064 JavaScript 8 💯 Materials to help you rock your next coding interview 2021-01-20T18:24:12Z
18 html5-boilerplate 49117 11353 JavaScript 4 A professional front-end template for building fast, robust, and adaptable web apps or sites. 2021-02-16T15:56:49Z
19 gatsby 49107 9301 JavaScript 607 Build blazing fast, modern apps and websites with React 2021-02-22T01:33:50Z
20 lodash 48332 5551 JavaScript 176 A modern JavaScript utility library delivering modularity, performance, & extras. 2021-02-20T18:48:58Z
21 clean-code-javascript 46982 5673 JavaScript 47 🛁 Clean Code concepts adapted for JavaScript 2021-01-21T03:27:40Z
22 DeepLearning-500-questions 43496 13558 JavaScript 94 深度学习500问,以问答形式对常用的概率知识、线性代数、机器学习、深度学习、计算机视觉等热点问题进行阐述,以帮助自己及有需要的读者。 全书分为18个章节,50余万字。由于水平有限,书中不妥之处恳请广大读者批评指正。 未完待续............ 如有意合作,联系scutjy2015@163.com 版权所有,违权必究 Tan 2018.06 2021-01-29T03:13:48Z
23 react-router 42688 8399 JavaScript 50 Declarative routing for React 2021-02-22T02:27:34Z
24 meteor 42285 5155 JavaScript 130 Meteor, the JavaScript App Platform 2021-02-19T20:27:34Z
25 hacker-scripts 41203 6464 JavaScript 68 Based on a true story 2020-10-31T14:23:49Z
26 awesome-mac 40947 4610 JavaScript 99  Now we have become very big, Different from the original idea. Collect premium software in various categories. 2021-02-21T15:33:30Z
27 yarn 39550 2651 JavaScript 1913 The 1.x line is frozen - features and bugfixes now happen on https://github.com/yarnpkg/berry 2021-02-21T08:51:08Z
28 prettier 38979 2651 JavaScript 817 Prettier is an opinionated code formatter. 2021-02-22T02:48:27Z
29 serverless 38905 4601 JavaScript 892 ⚡ Serverless Framework – Build web, mobile and IoT applications with serverless architectures using AWS Lambda, Azure Functions, Google CloudFunctions & more! – 2021-02-20T19:02:39Z
30 babel 38434 4698 JavaScript 744 🐠 Babel is a compiler for writing next generation JavaScript. 2021-02-22T01:38:21Z
31 nw.js 37869 3920 JavaScript 790 Call all Node.js modules directly from DOM/WebWorker and enable a new way of writing applications with all Web technologies. 2021-02-22T01:16:11Z
32 parcel 37685 1894 JavaScript 607 📦🚀 Blazing fast, zero configuration web application bundler 2021-02-22T02:55:36Z
33 33-js-concepts 36509 4413 JavaScript 5 📜 33 concepts every JavaScript developer should know. 2021-01-21T14:06:12Z
34 mermaid 34581 2399 JavaScript 333 Generation of diagram and flowchart from text in a similar manner as markdown 2021-02-21T09:22:01Z
35 pm2 34211 2273 JavaScript 373 Node.js Production Process Manager with a built-in Load Balancer. 2021-02-18T14:21:30Z
36 nuxt.js 34069 2822 JavaScript 309 The Intuitive Vue Framework 2021-02-21T14:59:59Z
37 pdf.js 33913 7951 JavaScript 562 PDF Reader in JavaScript 2021-02-21T18:24:57Z
38 dayjs 33846 1611 JavaScript 173 ⏰ Day.js 2KB immutable date-time library alternative to Moment.js with the same modern API 2021-02-16T05:40:17Z
39 algorithm-visualizer 33237 5526 JavaScript 19 🎆Interactive Online Platform that Visualizes Algorithms from Code 2021-01-28T06:18:53Z
40 styled-components 32682 1976 JavaScript 220 Visual primitives for the component age. Use the best bits of ES6 and CSS to style your apps without stress 💅 2021-02-09T01:29:23Z
41 gulp 32113 4397 JavaScript 24 A toolkit to automate & enhance your workflow 2021-02-20T21:45:28Z
42 hackathon-starter 31474 7070 JavaScript 21 A boilerplate for Node.js web applications 2021-01-19T03:20:08Z
43 koa 30766 2951 JavaScript 39 Expressive middleware for node.js using ES2017 async functions 2021-01-23T07:30:24Z
44 video.js 30758 6736 JavaScript 283 Video.js - open source HTML5 & Flash video player 2021-02-18T15:00:43Z
45 Rocket.Chat 29653 6532 JavaScript 2320 The ultimate Free Open Source Solution for team communications. 2021-02-21T04:51:54Z
46 awesome-react-native 29084 3608 JavaScript 82 Awesome React Native components, news, tools, and learning material! 2021-02-19T15:05:13Z
47 edex-ui 28716 1527 JavaScript 27 A cross-platform, customizable science fiction terminal emulator with advanced monitoring & touchscreen support. 2021-02-19T14:37:28Z
48 cypress 27773 1653 JavaScript 1452 Fast, easy and reliable testing for anything that runs in a browser. 2021-02-21T23:03:33Z
49 backbone 27739 5622 JavaScript 95 Give your JS App some Backbone with Models, Views, Collections, and Events 2020-05-19T16:52:55Z
50 todomvc 27182 13873 JavaScript 170 Helping you select an MV* framework - Todo apps for React.js, Ember.js, Angular, and many more 2021-01-13T18:06:03Z
51 react-boilerplate 27028 5669 JavaScript 69 🔥 A highly scalable, offline-first foundation with the best developer experience and a focus on performance and best practices. 2021-02-15T11:40:15Z
52 async 26979 2399 JavaScript 8 Async utilities for node and the browser 2020-12-30T06:32:34Z
53 lerna 26800 1702 JavaScript 561 🐉 A tool for managing JavaScript projects with multiple packages. 2021-02-20T14:12:27Z
54 carbon 26641 1424 JavaScript 17 🖤 Create and share beautiful images of your source code 2021-02-21T17:45:53Z
55 slick 26563 5556 JavaScript 1261 the last carousel you'll ever need 2020-12-21T11:48:14Z
56 underscore 25810 5578 JavaScript 49 JavaScript's utility _ belt 2021-02-18T06:11:28Z
57 vuex 25777 8645 JavaScript 56 🗃️ Centralized State Management for Vue.js. 2021-02-19T08:01:55Z
58 standard 25087 1981 JavaScript 68 🌟 JavaScript Style Guide, with linter & automatic code fixer 2021-02-15T07:17:25Z
59 Motrix 25087 3123 JavaScript 313 A full-featured download manager. 2021-02-18T12:31:21Z
60 request 25032 3046 JavaScript 141 🏊🏾 Simplified HTTP request client. 2020-12-31T03:04:35Z
61 fetch 24453 2842 JavaScript 5 A window.fetch JavaScript polyfill. 2021-02-20T11:06:31Z
62 project-guidelines 23965 2434 JavaScript 15 A set of best practices for JavaScript projects 2020-10-06T08:51:23Z
63 uBlock 23822 1928 JavaScript 47 uBlock Origin - An efficient blocker for Chromium and Firefox. Fast and lean. 2021-02-21T12:52:39Z
64 sequelize 23749 3670 JavaScript 1274 An easy-to-use multi SQL dialect ORM tool for Node.js 2021-02-19T19:29:42Z
65 monaco-editor 23518 2124 JavaScript 412 A browser based code editor 2021-02-17T07:00:34Z
66 webtorrent 23381 2292 JavaScript 130 ⚡️ Streaming torrent client for the web 2021-02-15T02:07:20Z
67 gitbook 23380 3458 JavaScript 1009 📝 Modern documentation format and toolchain using Git and Markdown 2020-10-19T21:00:45Z
68 cheerio 23367 1439 JavaScript 25 Fast, flexible, and lean implementation of core jQuery designed specifically for the server. 2021-02-22T01:53:50Z
69 tesseract.js 23254 1579 JavaScript 60 Pure Javascript OCR for more than 100 Languages 📖🎉🖥 2020-12-15T15:04:27Z
70 layui 23146 6490 JavaScript 608 采用自身模块规范编写的前端 UI 框架,遵循原生 HTML/CSS/JS 的书写形式,极低门槛,拿来即用。 2021-01-29T02:52:42Z
71 ace 22658 4894 JavaScript 800 Ace (Ajax.org Cloud9 Editor) 2021-02-20T07:39:08Z
72 react-beautiful-dnd 22579 1596 JavaScript 392 Beautiful and accessible drag and drop for lists with React 2021-02-21T18:43:11Z
73 hammer.js 22096 2636 JavaScript 306 A javascript library for multi-touch gestures :// You can touch this 2020-09-21T10:55:54Z
74 drawio 21813 4487 JavaScript 554 Source to app.diagrams.net 2021-02-17T13:50:50Z
75 husky 21809 765 JavaScript 71 Git hooks made easy 🐶 woof! 2021-02-22T00:41:21Z
76 lighthouse 21791 7661 JavaScript 537 Automated auditing, performance metrics, and best practices for the web. 2021-02-20T06:04:30Z
77 ember.js 21748 4223 JavaScript 386 Ember.js - A JavaScript framework for creating ambitious web applications 2021-02-21T07:28:57Z
78 jsPDF 21393 3910 JavaScript 84 Client-side JavaScript PDF generation for everyone. 2021-02-11T15:50:17Z
79 redux-saga 21325 1920 JavaScript 219 An alternative side effect model for Redux apps 2021-02-15T14:51:50Z
80 wepy 21083 2998 JavaScript 345 小程序组件化开发框架 2021-02-05T12:14:46Z
81 react-virtualized 21060 2603 JavaScript 381 React components for efficiently rendering large lists and tabular data 2021-02-19T11:28:28Z
82 joplin 21007 2166 JavaScript 269 Joplin - an open source note taking and to-do application with synchronization capabilities for Windows, macOS, Linux, Android and iOS. Forum: https://discourse.joplinapp.org/ 2021-02-21T22:45:48Z
83 hiring-without-whiteboards 20487 1857 JavaScript 15 ⭐️ Companies that don't have a broken hiring process 2021-02-22T01:44:31Z
84 ramda 20315 1297 JavaScript 310 🐏 Practical functional Javascript 2021-02-19T18:45:55Z
85 mocha 20275 2784 JavaScript 315 ☕️ simple, flexible, fun javascript test framework for node.js & the browser 2021-02-20T06:03:35Z
86 mpvue 20175 2089 JavaScript 462 基于 Vue.js 的小程序开发框架,从底层支持 Vue.js 语法和构建工具体系。 2020-12-11T09:56:29Z
87 OpenAPI-Specification 20132 7191 JavaScript 482 The OpenAPI Specification Repository 2021-02-18T19:16:34Z
88 react-native-elements 20110 4037 JavaScript 26 Cross-Platform React Native UI Toolkit 2021-02-17T04:21:23Z
89 normalizr 19884 812 JavaScript 24 Normalizes nested JSON according to a schema 2021-01-12T05:25:35Z
90 rollup 19713 970 JavaScript 285 Next-generation ES module bundler 2021-02-17T19:55:02Z
91 feather 19636 886 JavaScript 412 Simply beautiful open source icons 2021-02-19T09:35:03Z
92 swagger-ui 19535 7751 JavaScript 590 Swagger UI is a collection of HTML, JavaScript, and CSS assets that dynamically generate beautiful documentation from a Swagger-compliant API. 2021-02-19T10:13:02Z
93 react-motion 19415 1050 JavaScript 182 A spring that solves your animation problems. 2021-01-12T18:10:39Z
94 enzyme 19402 2080 JavaScript 273 JavaScript Testing utilities for React 2021-02-15T18:51:04Z
95 immer 19370 542 JavaScript 16 Create the next immutable state by mutating the current one 2021-02-19T01:28:28Z
96 flv.js 19216 3010 JavaScript 329 HTML5 FLV Player 2020-12-04T04:52:20Z
97 the-super-tiny-compiler 19151 1971 JavaScript 13 ⛄ Possibly the smallest compiler ever 2020-03-16T00:49:26Z
98 NeteaseCloudMusicApi 18916 3950 JavaScript 57 网易云音乐 Node.js API service 2021-02-21T13:29:44Z
99 localForage 18582 1085 JavaScript 202 💾 Offline storage, improved. Wraps IndexedDB, WebSQL, or localStorage using a simple but powerful API. 2021-01-05T07:58:32Z
100 js-stack-from-scratch 18511 1891 JavaScript 49 🛠️⚡ Step-by-step tutorial to build a modern JavaScript stack. 2020-07-29T17:38:36Z