Skip to content

Latest commit

 

History

History
68 lines (65 loc) · 12.5 KB

File metadata and controls

68 lines (65 loc) · 12.5 KB

Top 100 Stars in JavaScript

Ranking Project Name Stars Forks Language Open Issues Description Last Commit
1 react 198919 41307 JavaScript 875 A declarative, efficient, and flexible JavaScript library for building user interfaces. 2022-12-10T20:39:38Z
2 javascript-algorithms 156517 26038 JavaScript 106 📝 Algorithms and data structures implemented in JavaScript with explanations and links to further readings 2022-12-07T23:11:38Z
3 awesome-selfhosted 111243 6707 JavaScript 58 A list of Free Software network services and web applications which can be hosted on your own servers 2022-12-10T23:09:59Z
4 d3 103639 23223 JavaScript 3 Bring data to life with SVG, Canvas and HTML. 📊📈🎉 2022-12-03T18:18:43Z
5 create-react-app 98211 25688 JavaScript 1480 Set up a modern web app by running one command. 2022-12-08T19:28:59Z
6 axios 97686 10049 JavaScript 272 Promise based HTTP client for the browser and node.js 2022-12-08T18:48:14Z
7 node 92016 24886 JavaScript 1305 Node.js JavaScript runtime ✨🐢🚀✨ 2022-12-11T02:58:02Z
8 three.js 87453 33527 JavaScript 356 JavaScript 3D Library. 2022-12-11T02:40:44Z
9 nodebestpractices 83901 8673 JavaScript 21 ✅ The Node.js best practices list (November 2022) 2022-12-05T10:57:07Z
10 material-ui 83057 28642 JavaScript 1114 MUI Core: Ready-to-use foundational React components, free forever. It includes Material UI, which implements Google's Material Design. 2022-12-11T01:17:54Z
11 clean-code-javascript 76366 10312 JavaScript 50 🛁 Clean Code concepts adapted for JavaScript 2022-12-02T14:17:25Z
12 tailwindcss 62993 3218 JavaScript 2 A utility-first CSS framework for rapid UI development. 2022-12-09T22:36:48Z
13 reveal.js 62674 16424 JavaScript 628 The HTML Presentation Framework 2022-12-07T10:27:18Z
14 webpack 62170 8571 JavaScript 187 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. 2022-12-08T14:00:43Z
15 angular.js 59334 28196 JavaScript 391 AngularJS - HTML enhanced for web apps! 2022-04-12T15:57:22Z
16 Chart.js 58958 11690 JavaScript 178 Simple HTML5 Charts using the tag 2022-12-10T13:39:11Z
17 markdown-here 57477 11205 JavaScript 291 Google Chrome, Firefox, and Thunderbird extension that lets you write email in Markdown and render it before sending. 2022-11-12T09:10:54Z
18 gatsby 53904 10497 JavaScript 66 The fastest frontend for the headless web. Build modern websites with React. 2022-12-10T18:10:55Z
19 33-js-concepts 53512 7452 JavaScript 14 📜 33 JavaScript concepts every developer should know. 2022-12-11T00:30:56Z
20 strapi 50470 6134 JavaScript 371 🚀 Strapi is the leading open-source headless CMS. It’s 100% JavaScript, fully customizable and developer-first. 2022-12-11T01:56:21Z
21 DeepLearning-500-questions 49483 15390 JavaScript 100 深度学习500问,以问答形式对常用的概率知识、线性代数、机器学习、深度学习、计算机视觉等热点问题进行阐述,以帮助自己及有需要的读者。 全书分为18个章节,50余万字。由于水平有限,书中不妥之处恳请广大读者批评指正。 未完待续............ 如有意合作,联系scutjy2015@163.com 版权所有,违权必究 Tan 2018.06 2022-07-16T02:22:55Z
22 hacker-scripts 45316 6699 JavaScript 37 Based on a true story 2022-08-07T07:31:46Z
23 serverless 43879 5455 JavaScript 933 ⚡ Serverless Framework – Build web, mobile and IoT applications with serverless architectures using AWS Lambda, Azure Functions, Google CloudFunctions & more! – 2022-12-09T12:46:17Z
24 meteor 43158 5226 JavaScript 157 Meteor, the JavaScript App Platform 2022-12-10T21:31:33Z
25 AdminLTE 41843 17897 JavaScript 60 AdminLTE - Free admin dashboard template based on Bootstrap 4 2022-12-06T03:03:31Z
26 algorithm-visualizer 41743 6694 JavaScript 23 🎆Interactive Online Platform that Visualizes Algorithms from Code 2022-12-10T16:36:39Z
27 parcel 41710 2221 JavaScript 682 The zero configuration build tool for the web. 📦🚀 2022-12-10T12:21:00Z
28 nuxt.js 41688 3308 JavaScript 488 The Intuitive Vue(2) Framework 2022-11-22T22:04:00Z
29 pdf.js 40834 9138 JavaScript 335 PDF Reader in JavaScript 2022-12-10T14:05:17Z
30 nw.js 39289 3959 JavaScript 877 Call all Node.js modules directly from DOM/WebWorker and enable a new way of writing applications with all Web technologies. 2022-12-08T21:13:58Z
31 materialize 38739 4853 JavaScript 624 Materialize, a CSS Framework based on Material Design 2022-12-01T16:44:00Z
32 marktext 37454 2850 JavaScript 907 📝A simple and elegant markdown editor, available for Linux, macOS and Windows. 2022-11-29T03:48:39Z
33 edex-ui 36366 2150 JavaScript 6 A cross-platform, customizable science fiction terminal emulator with advanced monitoring & touchscreen support. 2021-10-19T22:38:47Z
34 front-end-interview-handbook 36117 5267 JavaScript 13 ⚡️ Front End interview preparation materials for busy engineers 2022-12-10T08:47:53Z
35 quill 34208 2929 JavaScript 1223 Quill is a modern WYSIWYG editor built for compatibility and extensibility. 2022-12-06T11:51:41Z
36 lerna 34013 2274 JavaScript 297 🐉 Lerna is a fast, modern build system for managing and publishing multiple JavaScript/TypeScript packages from the same repository. 2022-12-09T15:06:18Z
37 hackathon-starter 33957 8044 JavaScript 8 A boilerplate for Node.js web applications 2022-12-09T23:49:58Z
38 koa 33407 3247 JavaScript 28 Expressive middleware for node.js using ES2017 async functions 2022-12-09T05:50:28Z
39 clipboard.js 32782 4077 JavaScript 4 ✂️ Modern copy to clipboard. No Flash. Just 3kb gzipped 📋 2022-12-10T15:14:07Z
40 drawio 32358 6411 JavaScript 297 draw.io is a JavaScript, client-side editor for general diagramming and whiteboarding 2022-12-09T12:57:00Z
41 carbon 31665 1791 JavaScript 26 🖤 Create and share beautiful images of your source code 2022-12-07T16:01:34Z
42 tesseract.js 28981 1950 JavaScript 25 Pure Javascript OCR for more than 100 Languages 📖🎉🖥 2022-12-10T05:13:11Z
43 react-beautiful-dnd 28773 2281 JavaScript 491 Beautiful and accessible drag and drop for lists with React 2022-12-10T16:55:33Z
44 husky 28298 996 JavaScript 12 Git hooks made easy 🐶 woof! 2022-12-09T13:56:24Z
45 project-guidelines 28245 3219 JavaScript 9 A set of best practices for JavaScript projects 2022-11-29T08:19:33Z
46 vuex 27910 9541 JavaScript 81 🗃️ Centralized State Management for Vue.js. 2022-12-09T12:11:30Z
47 async 27755 2457 JavaScript 9 Async utilities for node and the browser 2022-12-01T15:06:23Z
48 sequelize 27164 4133 JavaScript 746 Feature-rich ORM for modern Node.js and TypeScript, it supports PostgreSQL (with JSON and JSONB support), MySQL, MariaDB, SQLite, MS SQL Server, Snowflake, Oracle DB (v6), DB2 and DB2 for IBM i. 2022-12-11T01:48:37Z
49 Awesome-Design-Tools 26982 1950 JavaScript 6 The best design tools and plugins for everything 👉 2022-12-10T17:11:01Z
50 layui 26710 7099 JavaScript 5 一套遵循原生态开发模式的 Web UI 组件库,采用自身轻量级模块化规范,易上手,可以更简单快速地构建网页界面。 2022-12-09T15:01:25Z
51 ccxt 26597 6506 JavaScript 603 A JavaScript / Python / PHP cryptocurrency trading API with support for more than 100 bitcoin/altcoin exchanges 2022-12-10T16:32:52Z
52 jsPDF 25624 4413 JavaScript 139 Client-side JavaScript PDF generation for everyone. 2022-12-08T06:15:20Z
53 request 25580 3209 JavaScript 64 🏊🏾 Simplified HTTP request client. 2022-11-12T10:44:52Z
54 insomnia 25268 1370 JavaScript 421 The open-source, cross-platform API client for GraphQL, REST, WebSockets and gRPC. 2022-12-10T14:59:24Z
55 uptime-kuma 24611 2069 JavaScript 633 A fancy self-hosted monitoring tool 2022-12-10T17:11:12Z
56 AnotherRedisDesktopManager 23741 2221 JavaScript 140 🚀🚀🚀A faster, better and more stable redis desktop manager [GUI client], compatible with Linux, Windows, Mac. What's more, it won't crash when loading massive keys. 2022-12-10T16:52:59Z
57 fabric.js 23467 3169 JavaScript 237 Javascript Canvas Library, SVG-to-Canvas (& canvas-to-SVG) Parser 2022-12-11T02:50:38Z
58 How-To-Ask-Questions-The-Smart-Way 23376 5103 JavaScript 7 本文原文由知名 Hacker Eric S. Raymond 所撰寫,教你如何正確的提出技術問題並獲得你滿意的答案。 2022-12-04T02:12:50Z
59 swagger-ui 23123 8538 JavaScript 831 Swagger UI is a collection of HTML, JavaScript, and CSS assets that dynamically generate beautiful documentation from a Swagger-compliant API. 2022-12-07T10:52:37Z
60 AI-Expert-Roadmap 23103 2038 JavaScript 9 Roadmap to becoming an Artificial Intelligence Expert in 2022 2022-02-10T12:36:46Z