Skip to content

Latest commit

 

History

History
108 lines (105 loc) · 19.5 KB

File metadata and controls

108 lines (105 loc) · 19.5 KB

Top 100 Stars in JavaScript

Ranking Project Name Stars Forks Language Open Issues Description Last Commit
1 freeCodeCamp 330987 26619 JavaScript 106 freeCodeCamp.org's open-source codebase and curriculum. Learn to code for free. 2021-09-21T02:15:01Z
2 vue 188354 30210 JavaScript 320 🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web. 2021-09-18T22:01:06Z
3 react 174952 35309 JavaScript 625 A declarative, efficient, and flexible JavaScript library for building user interfaces. 2021-09-20T23:06:49Z
4 bootstrap 152989 74752 JavaScript 302 The most popular HTML, CSS, and JavaScript framework for developing responsive, mobile first projects on the web. 2021-09-20T10:30:54Z
5 javascript-algorithms 120232 19743 JavaScript 84 📝 Algorithms and data structures implemented in JavaScript with explanations and links to further readings 2021-09-20T21:59:43Z
6 javascript 114335 21833 JavaScript 83 JavaScript Style Guide 2021-09-15T06:58:24Z
7 d3 98226 22801 JavaScript 3 Bring data to life with SVG, Canvas and HTML. 📊📈🎉 2021-09-20T03:16:58Z
8 react-native 97936 21249 JavaScript 1652 A framework for building native applications using React 2021-09-21T02:07:01Z
9 create-react-app 90369 22827 JavaScript 968 Set up a modern web app by running one command. 2021-09-17T19:26:31Z
10 axios 87955 8697 JavaScript 190 Promise based HTTP client for the browser and node.js 2021-09-20T23:33:32Z
11 30-seconds-of-code 85659 9063 JavaScript 0 Short JavaScript code snippets for all your development needs 2021-09-20T04:13:47Z
12 node 81855 21336 JavaScript 1233 Node.js JavaScript runtime ✨🐢🚀✨ 2021-09-20T22:52:44Z
13 three.js 74384 29148 JavaScript 327 JavaScript 3D Library. 2021-09-20T21:12:28Z
14 next.js 73404 14368 JavaScript 965 The React Framework 2021-09-21T02:44:29Z
15 material-ui 71556 24064 JavaScript 546 Material-UI is a simple and customizable component library to build faster, beautiful, and more accessible React applications. Follow your own design system, or start with Material Design. 2021-09-21T03:01:05Z
16 nodebestpractices 70811 7129 JavaScript 22 ✅ The Node.js best practices list (August 2021) 2021-09-09T12:55:26Z
17 Font-Awesome 66125 11615 JavaScript 5713 The iconic SVG, font, and CSS toolkit 2021-08-30T17:33:06Z
18 awesome-selfhosted 64089 4812 JavaScript 96 A list of Free Software network services and web applications which can be hosted on your own servers 2021-09-20T14:18:35Z
19 angular.js 59596 28442 JavaScript 391 AngularJS - HTML enhanced for web apps! 2021-09-10T11:03:02Z
20 webpack 59332 8008 JavaScript 180 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-09-21T02:11:58Z
21 tech-interview-handbook 58795 8158 JavaScript 5 💯 Curated interview preparation materials for busy engineers 2021-09-20T18:10:06Z
22 reveal.js 57320 15719 JavaScript 571 The HTML Presentation Framework 2021-09-20T07:07:02Z
23 clean-code-javascript 56947 7209 JavaScript 34 🛁 Clean Code concepts adapted for JavaScript 2021-08-19T12:13:00Z
24 json-server 56447 5458 JavaScript 518 Get a full fake REST API with zero coding in less than 30 seconds (seriously) 2021-09-08T22:46:36Z
25 atom 56047 16456 JavaScript 699 :atom: The hackable text editor 2021-09-20T15:52:52Z
26 Chart.js 54825 11182 JavaScript 94 Simple HTML5 Charts using the tag 2021-09-19T15:34:37Z
27 express 54471 9194 JavaScript 112 Fast, unopinionated, minimalist web framework for node. 2021-08-31T16:46:03Z
28 socket.io 54423 9880 JavaScript 139 Realtime application framework (Node.JS server) 2021-09-20T07:14:49Z
29 markdown-here 53137 10150 JavaScript 278 Google Chrome, Firefox, and Thunderbird extension that lets you write email in Markdown and render it before sending. 2021-09-10T12:39:46Z
30 html5-boilerplate 51510 11727 JavaScript 9 A professional front-end template for building fast, robust, and adaptable web apps or sites. 2021-09-18T20:21:12Z
31 gatsby 51354 9909 JavaScript 208 Build blazing fast, modern apps and websites with React 2021-09-21T02:32:02Z
32 lodash 50770 5990 JavaScript 179 A modern JavaScript utility library delivering modularity, performance, & extras. 2021-09-13T08:30:53Z
33 resume.github.com 49693 1263 JavaScript 37 Resumes generated using the GitHub informations 2021-07-20T16:40:40Z
34 Semantic-UI 49573 5142 JavaScript 936 Semantic is a UI component framework based around useful principles from natural language. 2021-09-05T13:15:39Z
35 tailwindcss 46959 2214 JavaScript 51 A utility-first CSS framework for rapid UI development. 2021-09-20T13:56:15Z
36 DeepLearning-500-questions 46018 14366 JavaScript 95 深度学习500问,以问答形式对常用的概率知识、线性代数、机器学习、深度学习、计算机视觉等热点问题进行阐述,以帮助自己及有需要的读者。 全书分为18个章节,50余万字。由于水平有限,书中不妥之处恳请广大读者批评指正。 未完待续............ 如有意合作,联系scutjy2015@163.com 版权所有,违权必究 Tan 2018.06 2021-07-12T11:57:40Z
37 moment 45988 6963 JavaScript 125 Parse, validate, manipulate, and display dates in javascript. 2021-09-16T23:09:16Z
38 awesome-mac 45492 4971 JavaScript 71  Now we have become very big, Different from the original idea. Collect premium software in various categories. 2021-09-20T14:34:28Z
39 leetcode 44254 8342 JavaScript 8 LeetCode Solutions: A Record of My Problem Solving Journey.( leetcode题解,记录自己的leetcode解题之路。) 2021-09-18T15:20:25Z
40 react-router 44030 8541 JavaScript 24 Declarative routing for React 2021-09-20T18:50:13Z
41 33-js-concepts 43493 5575 JavaScript 4 📜 33 JavaScript concepts every developer should know. 2021-09-10T12:50:06Z
42 meteor 42606 5164 JavaScript 87 Meteor, the JavaScript App Platform 2021-09-20T17:46:33Z
43 hacker-scripts 42076 6508 JavaScript 33 Based on a true story 2021-08-27T03:42:49Z
44 serverless 40779 4930 JavaScript 882 ⚡ Serverless Framework – Build web, mobile and IoT applications with serverless architectures using AWS Lambda, Azure Functions, Google CloudFunctions & more! – 2021-09-21T02:22:07Z
45 prettier 40598 3002 JavaScript 744 Prettier is an opinionated code formatter. 2021-09-20T18:17:23Z
46 anime 40411 3304 JavaScript 145 JavaScript animation engine 2021-06-29T00:08:30Z
47 iptv 40014 3346 JavaScript 83 Collection of publicly available IPTV channels from all over the world 2021-09-21T02:02:46Z
48 babel 39685 5017 JavaScript 590 🐠 Babel is a compiler for writing next generation JavaScript. 2021-09-20T15:48:05Z
49 strapi 39605 4785 JavaScript 524 🚀 Open source Node.js Headless CMS to easily build customisable APIs 2021-09-20T17:29:45Z
50 AdminLTE 39523 16955 JavaScript 33 AdminLTE - Free admin dashboard template based on Bootstrap 4 2021-09-19T10:26:56Z
51 parcel 38916 1986 JavaScript 555 📦🚀 Blazing fast, zero configuration web application bundler 2021-09-21T00:50:56Z
52 materialize 38597 4879 JavaScript 626 Materialize, a CSS Framework based on Material Design 2021-09-18T19:31:00Z
53 nw.js 38411 3929 JavaScript 851 Call all Node.js modules directly from DOM/WebWorker and enable a new way of writing applications with all Web technologies. 2021-09-20T02:35:29Z
54 Ghost 38368 8308 JavaScript 47 Turn your audience into a business. Publishing, memberships, subscriptions and newsletters. 2021-09-20T20:18:30Z
55 nuxt.js 37986 3083 JavaScript 362 The Intuitive Vue Framework 2021-09-21T01:11:02Z
56 mermaid 37770 2752 JavaScript 462 Generation of diagram and flowchart from text in a similar manner as markdown 2021-09-20T22:55:50Z
57 impress.js 36424 6851 JavaScript 48 It's a presentation framework based on the power of CSS3 transforms and transitions in modern browsers and inspired by the idea behind prezi.com. 2021-09-18T08:23:48Z
58 dayjs 36375 1761 JavaScript 267 ⏰ Day.js 2kB immutable date-time library alternative to Moment.js with the same modern API 2021-09-20T04:50:44Z
59 pdf.js 36129 8344 JavaScript 406 PDF Reader in JavaScript 2021-09-20T12:42:15Z
60 pm2 35568 2315 JavaScript 464 Node.js Production Process Manager with a built-in Load Balancer. 2021-09-10T06:02:26Z
61 algorithm-visualizer 35465 5763 JavaScript 15 🎆Interactive Online Platform that Visualizes Algorithms from Code 2021-08-10T20:51:16Z
62 Web-Dev-For-Beginners 35059 4834 JavaScript 5 24 Lessons, 12 Weeks, Get Started as a Web Developer 2021-09-20T00:25:00Z
63 chinese-poetry 34150 7027 JavaScript 66 The most comprehensive database of Chinese poetry 🧶最全中华古诗词数据库, 唐宋两朝近一万四千古诗人, 接近5.5万首唐诗加26万宋诗. 两宋时期1564位词人,21050首词。 2021-09-16T07:36:36Z
64 brackets 33729 8275 JavaScript 2620 An open source code editor for the web, written in JavaScript, HTML and CSS. 2021-09-06T15:56:26Z
65 edex-ui 33698 1815 JavaScript 24 A cross-platform, customizable science fiction terminal emulator with advanced monitoring & touchscreen support. 2021-08-25T07:49:37Z
66 cypress 33543 1965 JavaScript 1638 Fast, easy and reliable testing for anything that runs in a browser. 2021-09-21T01:19:13Z
67 uni-app 33508 3077 JavaScript 892 uni-app 是使用 Vue 语法开发小程序、H5、App的统一框架 2021-09-18T06:48:33Z
68 faker.js 33491 2868 JavaScript 190 generate massive amounts of realistic fake data in Node.js and the browser 2021-09-18T13:26:10Z
69 hexo 33446 4200 JavaScript 86 A fast, simple & powerful blog framework, powered by Node.js. 2021-09-21T00:40:50Z
70 fullPage.js 32588 7371 JavaScript 179 fullPage plugin by Alvaro Trigo. Create full screen pages fast and simple 2021-09-20T21:19:29Z
71 hackathon-starter 32268 7375 JavaScript 18 A boilerplate for Node.js web applications 2021-09-20T21:01:49Z
72 Leaflet 31780 4968 JavaScript 483 🍃 JavaScript library for mobile-friendly interactive maps 2021-09-19T17:52:53Z
73 koa 31723 3077 JavaScript 25 Expressive middleware for node.js using ES2017 async functions 2021-09-20T16:08:07Z
74 front-end-interview-handbook 31577 4710 JavaScript 13 ⚡️ Front End interview preparation materials for busy engineers 2021-09-21T00:42:45Z
75 clipboard.js 31180 3953 JavaScript 7 ✂️ Modern copy to clipboard. No Flash. Just 3kb gzipped 📋 2021-08-12T23:59:57Z
76 quill 30865 2575 JavaScript 1061 Quill is a modern WYSIWYG editor built for compatibility and extensibility. 2021-09-14T07:49:50Z
77 github-readme-stats 30771 6797 JavaScript 67 ⚡ Dynamically generated stats for your github readmes 2021-09-20T19:46:12Z
78 Rocket.Chat 30621 6929 JavaScript 2320 The communications platform that puts data protection first. 2021-09-21T01:09:21Z
79 phaser 30422 6545 JavaScript 165 Phaser is a fun, free and fast 2D game framework for making HTML5 games for desktop and mobile web browsers, supporting Canvas and WebGL rendering. 2021-09-20T12:28:52Z
80 awesome-react-native 30336 3739 JavaScript 28 Awesome React Native components, news, tools, and learning material! 2021-09-17T16:44:32Z
81 preact 29916 1664 JavaScript 154 ⚛️ Fast 3kB React alternative with the same modern API. Components & Virtual DOM. 2021-09-19T13:46:32Z
82 lerna 29896 1974 JavaScript 641 🐉 A tool for managing JavaScript projects with multiple packages. 2021-09-20T18:38:00Z
83 taro 29633 3833 JavaScript 824 开放式跨端跨框架解决方案,支持使用 React/Vue/Nerv 等框架来开发微信/京东/百度/支付宝/字节跳动/ QQ 小程序/H5/React Native 等应用。 https://taro.zone/ 2021-09-19T12:44:36Z
84 carbon 28735 1587 JavaScript 19 🖤 Create and share beautiful images of your source code 2021-09-20T23:48:25Z
85 swiper 28566 9534 JavaScript 127 Most modern mobile touch slider with hardware accelerated transitions 2021-09-20T03:42:28Z
86 vue-cli 28505 5781 JavaScript 674 🛠️ Standard Tooling for Vue.js Development 2021-09-20T23:52:40Z
87 react 28298 2207 JavaScript 2 Cheatsheets for experienced React developers getting started with TypeScript 2021-08-30T07:37:42Z
88 Motrix 27937 3382 JavaScript 396 A full-featured download manager. 2021-09-17T08:22:17Z
89 react-boilerplate 27908 5897 JavaScript 53 🔥 A highly scalable, offline-first foundation with the best developer experience and a focus on performance and best practices. 2021-09-02T17:54:17Z
90 backbone 27825 5620 JavaScript 57 Give your JS App some Backbone with Models, Views, Collections, and Events 2020-05-19T16:52:55Z
91 playwright 27515 1217 JavaScript 311 Node.js library to automate Chromium, Firefox and WebKit with a single API 2021-09-21T00:41:42Z
92 sheetjs 27311 7064 JavaScript 113 📗 SheetJS Community Edition -- Spreadsheet Data Toolkit 2021-09-21T01:32:55Z
93 async 27291 2417 JavaScript 6 Async utilities for node and the browser 2021-09-20T13:05:46Z
94 slick 27059 5739 JavaScript 1103 the last carousel you'll ever need 2021-09-01T11:36:36Z
95 500lines 26989 5860 JavaScript 28 500 Lines or Less 2021-04-01T12:44:38Z
96 date-fns 26884 1307 JavaScript 314 ⏳ Modern JavaScript date utility library ⌛️ 2021-09-20T21:29:24Z
97 vuex 26798 9103 JavaScript 65 🗃️ Centralized State Management for Vue.js. 2021-09-20T21:02:12Z
98 uBlock 26363 2117 JavaScript 35 uBlock Origin - An efficient blocker for Chromium and Firefox. Fast and lean. 2021-09-18T14:56:33Z
99 monaco-editor 26125 2364 JavaScript 499 A browser based code editor 2021-09-11T20:22:59Z
100 underscore 26121 5597 JavaScript 32 JavaScript's utility _ belt 2021-08-29T07:52:07Z