最流行的 JavaScript
-
Rising Stars 2017
-
EchoJS
-
HackerNews
-
DevHub
-
最多 Stars
-
最多 Forks
-
前端每周清单
-
GitHub 新项目快报
-
GitHub 近期热门项目
-
GitHub开源报告
- freeCodeCamp/freeCodeCamp(414452stars, 39542forks)
freeCodeCamp.org's open-source codebase and curriculum. Learn to code for free. - facebook/react(233769stars, 48031forks)
The library for web and native user interfaces. - practical-tutorials/project-based-learning(222573stars, 29096forks)
Curated list of project-based tutorials - vuejs/vue(208546stars, 33739forks)
This is the repo for Vue 2. For Vue 3, go to https://github.com/vuejs/core - trekhleb/javascript-algorithms(190739stars, 30591forks)
📝 Algorithms and data structures implemented in JavaScript with explanations and links to further readings - getify/You-Dont-Know-JS(181497stars, 33596forks)
A book series (2 published editions) on the JS language. - twbs/bootstrap(171858stars, 79061forks)
The most popular HTML, CSS, and JavaScript framework for developing responsive, mobile first projects on the web. - airbnb/javascript(146395stars, 26711forks)
JavaScript Style Guide - Chalarangelo/30-seconds-of-code(123216stars, 12122forks)
Coding articles to level up your development skills - electron/electron(116118stars, 15931forks)
:electron: Build cross-platform desktop apps with JavaScript, HTML, and CSS - justjavac/free-programming-books-zh_CN(113149stars, 28302forks)
:books: 免费的计算机编程类中文书籍,欢迎投稿 - nodejs/node(110332stars, 31115forks)
Node.js JavaScript runtime ✨🐢🚀✨ - axios/axios(106584stars, 11070forks)
Promise based HTTP client for the browser and node.js - mrdoob/three.js(105302stars, 35647forks)
JavaScript 3D Library. - microsoft/TypeScript(103728stars, 12766forks)
TypeScript is a superset of JavaScript that compiles to clean JavaScript output. - denoland/deno(102379stars, 5537forks)
A modern runtime for JavaScript and TypeScript. - goldbergyoni/nodebestpractices(102156stars, 10378forks)
:white_check_mark: The Node.js best practices list (July 2024) - angular/angular(97290stars, 26029forks)
Deliver web apps with confidence 🚀 - ryanmcdermott/clean-code-javascript(92697stars, 12403forks)
Clean Code concepts adapted for JavaScript - puppeteer/puppeteer(90174stars, 9168forks)
JavaScript API for Chrome and Firefox - microsoft/Web-Dev-For-Beginners(86833stars, 12943forks)
24 Lessons, 12 Weeks, Get Started as a Web Developer - storybookjs/storybook(86236stars, 9483forks)
Storybook is the industry standard workshop for building, documenting, and testing UI components in isolation - florinpop17/app-ideas(82734stars, 9673forks)
A Collection of application ideas which can be used to improve your coding skills. - mermaid-js/mermaid(77386stars, 7252forks)
Generation of diagrams like flowcharts or sequence diagrams from text in a similar manner as markdown - oven-sh/bun(77099stars, 2989forks)
Incredibly fast JavaScript runtime, bundler, test runner, and package manager – all in one - DopplerHQ/awesome-interview-questions(73995stars, 9039forks)
:octocat: A curated awesome list of lists of interview questions. Feel free to contribute! :mortar_board: - microsoft/playwright(70947stars, 4004forks)
Playwright is a framework for Web Testing and Automation. It allows testing Chromium, Firefox and WebKit with a single API. - nestjs/nest(70139stars, 7807forks)
A progressive Node.js framework for building efficient, scalable, and enterprise-grade server-side applications with TypeScript/JavaScript 🚀 - thedaviddias/Front-End-Checklist(69726stars, 6467forks)
🗂 The perfect Front-End Checklist for modern websites and meticulous developers - enaqx/awesome-react(67390stars, 7310forks)
A collection of awesome things regarding React ecosystem
- twbs/bootstrap(79061forks, 171858stars)
The most popular HTML, CSS, and JavaScript framework for developing responsive, mobile first projects on the web. - facebook/react(48031forks, 233769stars)
The library for web and native user interfaces. - freeCodeCamp/freeCodeCamp(39542forks, 414452stars)
freeCodeCamp.org's open-source codebase and curriculum. Learn to code for free. - wesbos/JavaScript30(39042forks, 28255stars)
30 Day Vanilla JS Challenge - TheOdinProject/javascript-exercises(37172forks, 1398stars)
- mrdoob/three.js(35647forks, 105302stars)
JavaScript 3D Library. - vuejs/vue(33739forks, 208546stars)
This is the repo for Vue 2. For Vue 3, go to https://github.com/vuejs/core - getify/You-Dont-Know-JS(33596forks, 181497stars)
A book series (2 published editions) on the JS language. - nodejs/node(31115forks, 110332stars)
Node.js JavaScript runtime ✨🐢🚀✨ - trekhleb/javascript-algorithms(30591forks, 190739stars)
📝 Algorithms and data structures implemented in JavaScript with explanations and links to further readings - practical-tutorials/project-based-learning(29096forks, 222573stars)
Curated list of project-based tutorials - justjavac/free-programming-books-zh_CN(28302forks, 113149stars)
:books: 免费的计算机编程类中文书籍,欢迎投稿 - airbnb/javascript(26711forks, 146395stars)
JavaScript Style Guide - angular/angular(26029forks, 97290stars)
Deliver web apps with confidence 🚀 - atralice/Curso.Prep.Henry(24377forks, 946stars)
Curso de Preparación para Ingresar a Henry. - mdn/content(22641forks, 9427stars)
The content behind MDN Web Docs - jquery/jquery(20576forks, 59446stars)
jQuery JavaScript Library - FlowiseAI/Flowise(19110forks, 36656stars)
Drag & drop UI to build your customized LLM flow - expressjs/express(17998forks, 66622stars)
Fast, unopinionated, minimalist web framework for node. - atom/atom(17360forks, 60365stars)
:atom: The hackable text editor - gabrielecirulli/2048(17167forks, 12503stars)
The source code for 2048 - jonasschmedtmann/complete-javascript-course(17162forks, 16288stars)
Starter files, final projects, and FAQ for my Complete JavaScript course - electron/electron(15931forks, 116118stars)
:electron: Build cross-platform desktop apps with JavaScript, HTML, and CSS - Binaryify/NeteaseCloudMusicApi(15811forks, 30302stars)
网易云音乐 Node.js API service - ElemeFE/element(14635forks, 54210stars)
A Vue.js 2.0 UI Toolkit for Web - TheOdinProject/curriculum(14297forks, 10710stars)
The open curriculum for learning web development - tastejs/todomvc(13748forks, 28744stars)
Helping you select a JavaScript framework - Todo apps for React.js, Angular, Vue and many more - ionic-team/ionic-framework(13470forks, 51561stars)
A powerful cross-platform UI toolkit for building native-quality iOS, Android, and Progressive Web Apps with HTML, CSS, and JavaScript. - Ebazhanov/linkedin-skill-assessments-quizzes(13253forks, 28608stars)
Full reference of LinkedIn answers 2024 for skill assessments (aws-lambda, rest-api, javascript, react, git, html, jquery, mongodb, java, Go, python, machine-learning, power-point) linkedin excel test lösungen, linkedin machine learning test LinkedIn test questions and answers - microsoft/Web-Dev-For-Beginners(12943forks, 86833stars)
24 Lessons, 12 Weeks, Get Started as a Web Developer