l0ger's Stars
getify/You-Dont-Know-JS
A book series on JavaScript. @YDKJS on twitter.
ByteByteGoHq/system-design-101
Explain complex systems using visuals and simple terms. Help you prepare for system design interviews.
webpack/webpack
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.
google/zx
A tool for writing better scripts
prisma/prisma
Next-generation ORM for Node.js & TypeScript | PostgreSQL, MySQL, MariaDB, SQL Server, SQLite, MongoDB and CockroachDB
solidjs/solid
A declarative, efficient, and flexible JavaScript library for building user interfaces.
niklasvh/html2canvas
Screenshots with JavaScript
remotion-dev/remotion
🎥 Make videos programmatically with React
jina-ai/jina
☁️ Build multimodal AI applications with cloud-native stack
avajs/ava
Node.js test runner that lets you develop with confidence 🚀
mswjs/msw
Industry standard API mocking for JavaScript.
HubSpot/youmightnotneedjquery
jonschlinkert/gray-matter
Smarter YAML front matter parser, used by metalsmith, Gatsby, Netlify, Assemble, mapbox-gl, phenomic, vuejs vitepress, TinaCMS, Shopify Polaris, Ant Design, Astro, hashicorp, garden, slidev, saber, sourcegraph, and many others. Simple to use, and battle tested. Parses YAML by default but can also parse JSON Front Matter, Coffee Front Matter, TOML Front Matter, and has support for custom parsers. Please follow gray-matter's author: https://github.com/jonschlinkert
microsoft/react-native-macos
A framework for building native macOS apps with React.
typings/typings
*DEPRECATED* The TypeScript Definition Manager
neomjs/neo
The application worker driven frontend framework
jerryscript-project/iotjs
Platform for Internet of Things with JavaScript http://www.iotjs.net
iamvucms/react-native-instagram-clone
A React Native app - Clone Instagram mobile app
babakhani/PersianDate
javascript date library for parsing, validating, manipulating, and formatting persian dates System.
reactgular/tetromino
Block merging game built with React, Redux and Tailwind.
hg-pyun/axios-logger
Beautify Axios Logging Messages
moshfeu/vscode-compare-folders
The source code of the extension CompareFolders
jina-ai/dashboard
Interactive UI for analyzing Jina logs, designing Flows and viewing Hub images
Firastar/extension
Write your best with Firastar on browsers.
slocking/schemaui
Schema UI - Headless Node.js & Vue Management Dashboard
amirqasemi74/react-store
A library for better state management in react hooks world
shitjs/ShitScript
MostafaRastegar/mr-react-native-starter
A quick and powerful react-native starter boilerplate of your mobile application
mahhddii7/canvas-animation
build scroll animation in canvas
l0ger/jwt-token-renew
describe by example, how to renew jwt token without effecting on UI and automatically capture failed requests and replace their response with new ones.