
denysdovhan / wtfjs :
6,613 stars this month
A list of funny and tricky JavaScript examples
toddmotto / public-apis :
6,326 stars this month
A collective list of public JSON APIs for use in web development.
jaredreich / pell :
6,202 stars this month
📝 the simplest and smallest (1kB) WYSIWYG text editor for web, with no dependencies
wearehive / project-guidelines :
5,102 stars this month
A set of best practices for JavaScript projects
lord / slate :
4,496 stars this month
Beautiful static documentation for your API
vuejs / vue :
4,028 stars this month
A progressive, incrementally-adoptable JavaScript framework for building UI on the web.
gpujs / gpu.js :
3,587 stars this month
GPU Accelerated JavaScript
facebook / react :
2,820 stars this month
A declarative, efficient, and flexible JavaScript library for building user interfaces.
vadimdemedes / ink :
3,071 stars this month
🌈 React for interactive command-line apps
getify / You-Dont-Know-JS :
2,429 stars this month
A book series on JavaScript. @YDKJS on twitter.
facebookincubator / create-react-app :
2,078 stars this month
Create React apps with no build configuration.
airbnb / javascript :
2,105 stars this month
JavaScript Style Guide
mzabriskie / axios :
2,072 stars this month
Promise based HTTP client for the browser and node.js
twbs / bootstrap :
1,443 stars this month
The most popular HTML, CSS, and JavaScript framework for developing responsive, mobile first projects on the web.
gitpoint / git-point :
1,932 stars this month
GitHub in your pocket 📱
dthree / mailit :
1,803 stars this month
A tiny drop-in REST API to send emails
walmik / scribbletune :
1,724 stars this month
Generate musical patterns with JavaScript and export as MIDI files using Node.js!
ncase / trust :
1,680 stars this month
An interactive guide to the game theory of cooperation
gatsbyjs / gatsby :
1,634 stars this month
⚛️📄🚀 Blazing fast static site generator for React
facebook / react-native :
1,459 stars this month
A framework for building native apps with React.
kbrsh / wade :
1,596 stars this month
🌊 Blazing fast, 1kb search for Javascript
mozilla / send :
1,479 stars this month
File Sharing Experiment
nodejs / node :
1,201 stars this month
Node.js JavaScript runtime ✨🐢🚀✨
zeit / next.js :
1,230 stars this month
Framework for server-rendered React apps
webpack / webpack :
1,190 stars this month
A bundler for javascript and friends. Packs many modules into a few bundled assets. Code Splitting allows to load parts for the application on demand. Through “loaders,” modules can be CommonJs, AMD, ES6 modules, CSS, Images, JSON, Coffeescript, LESS, … and your custom stuff.