JavaScript JS

Open-source JavaScript projects categorized as JS

Top 23 JavaScript JS Projects

  1. node

    Node.js JavaScript runtime ✨🐢🚀✨

    Project mention: SETTING UP REACT ON YOUR LOCAL MACHINE | dev.to | 2025-01-17

    On your web browser, preferably, Chrome or Edge, go to the official Node.js website. https://nodejs.org/

  2. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  3. 30-Days-Of-JavaScript

    30 days of JavaScript programming challenge is a step-by-step guide to learn JavaScript programming language in 30 days. This challenge may take more than 100 days, please just follow your own pace. These videos may help too: https://www.youtube.com/channel/UC7PNRuno1rzYPb1xLa4yktw

    Project mention: Top Github repositories for 10+ programming languages | dev.to | 2024-07-16

    30 Days of JS preparation 30 Days of Javascript preparation that teaches JS topics in 30 days one topic per day, quite a good roadmap as well to learn JS from scratch.

  4. wtfjs

    🤪 A list of funny and tricky JavaScript examples

    Project mention: Show HN: FixBrowser – a lightweight web browser created from scratch | news.ycombinator.com | 2024-12-24

    Python may not be the best example, but some other languages also exist and are both less "weird" than https://github.com/denysdovhan/wtfjs and fast (e.g. see http://luajit.org/ which is far less complex than V8).

  5. 30-Days-Of-React

    30 Days of React challenge is a step by step guide to learn React in 30 days. These videos may help too: https://www.youtube.com/channel/UC7PNRuno1rzYPb1xLa4yktw

    Project mention: GitHub Repos Essential for Every React Developer | dev.to | 2024-09-09

    The GitHub repository 30-Days-Of-React by Asabeneh offers a comprehensive and structured approach to mastering React in just 30 days. It is a good repository to get started in React. It has a guide that will introduce React and explore more topics related to React.

  6. core-js

    Standard Library

    Project mention: Polyfills - a filler or a gaping hole? (Part-2) | dev.to | 2024-08-29

    1) Consider this tweet, which shows proofs of the sale. If you'd seen the tweet of the founder earlier on top, he denies any influence over the sale. Well, who do we blame here? Maintaining an open source project requires a lot of efforts from the community and the maintainers. There are several layers to the governance. And projects which are so widely used, like polyfill.io, need to be updated at all times. This requires time out of your daily schedule and contributing for a better developer experience around the world. And only a few do really know the ins and outs of a project. Funding is a big part of an open-source project, without which it's very difficult to carry on day-to-day tasks for maintainers. Here's a heart-wrenching example of the core-js library we'd talked about in the 1st part. I recommend everyone to go through this once and understand the efforts and create maintainer relationships.

  7. SvelteKit

    web development, streamlined (by sveltejs)

    Project mention: SvelteKit added hash-based routing | news.ycombinator.com | 2024-12-23
  8. x-spreadsheet

    The project has been migrated to @wolf-table/table https://github.com/wolf-table/table

    Project mention: x-spreadsheet VS revo-grid - a user suggested alternative | libhunt.com/r/x-spreadsheet | 2024-08-21
  9. blur-admin

    AngularJS Bootstrap Admin Panel Framework

  10. warriorjs

    🏰 An exciting game of programming and Artificial Intelligence

  11. ChakraCore

    ChakraCore is an open source Javascript engine with a C API.

  12. JSS

    JSS is an authoring tool for CSS which uses JavaScript as a host language.

    Project mention: The Ultimate Guide to Styling with CSS-in-JS Using Styled Components | dev.to | 2024-05-13

    While Styled Components is a popular choice for styling React applications, there are several alternatives worth exploring. Emotion, JSS, and CSS Modules are all viable options, each with its unique features and use cases.

  13. Jspreadsheet CE

    Jspreadsheet is a lightweight JavaScript data grid component for creating interactive data grids with advanced spreadsheet controls.

    Project mention: IconCalc – Spreadsheet Engine and Ecosystem | news.ycombinator.com | 2024-11-09

    How does your project compare to:

    https://bossanova.uk/jspreadsheet/v4/ which is the open source version of

    https://jspreadsheets.com/

    Serious question. I base a lot of work off the open source jspreadsheet. Curious about yours.

  14. win12

    Windows 12 网页版,在线体验 点击下面的链接在线体验

  15. nodegit

    Native Node bindings to Git.

  16. all-of-frontend

    你想知道的前端内容都在这

  17. stdlib

    ✨ Standard library for JavaScript and Node.js. ✨

    Project mention: LAPACK in your web browser | dev.to | 2024-12-20

    Readers of this blog who are familiar with LAPACK are likely to not be intimately familiar with the wild world of web technologies. For those coming from the world of numerical and scientific computation and have familiarity with the scientific Python ecosystem, the easiest way to think of stdlib is as an open source scientific computing library in the mold of NumPy and SciPy. It provides multi-dimensional array data structures and associated routines for mathematics, statistics, and linear algebra, but uses JavaScript, rather than Python, as its primary scripting language. As such, stdlib is laser-focused on the web ecosystem and its application development paradigms. This focus necessitates some interesting design and project architecture decisions, which make stdlib rather unique when compared to more traditional libraries designed for numerical computation.

  18. Grant

    OAuth Proxy

  19. react-native-starter-kit

    :rocket: A React Native boilerplate app to get you up and running very, very quickly :rocket:

  20. Modaal

    An accessible dialog window library for all humans.

  21. fast-xml-parser

    Validate XML, Parse XML and Build XML rapidly without C/C++ based libraries and no callback.

    Project mention: Fast-XML-Parser: Validate XML, Parse XML and Build XML Rapidly | news.ycombinator.com | 2024-09-11
  22. fast-memoize.js

    :rabbit2: Fastest possible memoization library

  23. test262

    Official ECMAScript Conformance Test Suite

    Project mention: Porffor: A from-scratch experimental ahead-of-time JS engine | news.ycombinator.com | 2024-07-30
  24. simple-keyboard

    Javascript Virtual Keyboard - Customizable, responsive and lightweight (by hodgef)

NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020).

JavaScript JS discussion

Log in or Post with

JavaScript JS related posts

  • SETTING UP REACT ON YOUR LOCAL MACHINE

    1 project | dev.to | 17 Jan 2025
  • List of JavaScript runtimes - 2025

    1 project | dev.to | 17 Jan 2025
  • What is Next Js: A Beginner's guide to Next Js

    1 project | dev.to | 15 Jan 2025
  • Exploring Node.js – A Beginner's Guide

    1 project | dev.to | 10 Jan 2025
  • Getting Started with Web Sockets in Node.js

    1 project | dev.to | 6 Jan 2025
  • Next.js Admin Dashboard Tutorial

    1 project | dev.to | 5 Jan 2025
  • Why Should You Specify a Language Version in Your Dockerfile?

    1 project | dev.to | 5 Jan 2025
  • A note from our sponsor - SaaSHub
    www.saashub.com | 17 Jan 2025
    SaaSHub helps you find the best software and product alternatives Learn more →

Index

What are some of the best open-source JS projects in JavaScript? This list will help you:

# Project Stars
1 node 108,976
2 30-Days-Of-JavaScript 43,762
3 wtfjs 35,354
4 30-Days-Of-React 26,312
5 core-js 24,719
6 SvelteKit 18,923
7 x-spreadsheet 14,280
8 blur-admin 11,363
9 warriorjs 9,450
10 ChakraCore 9,146
11 JSS 7,082
12 Jspreadsheet CE 6,803
13 win12 6,735
14 nodegit 5,673
15 all-of-frontend 5,264
16 stdlib 4,813
17 Grant 4,113
18 react-native-starter-kit 3,350
19 Modaal 2,715
20 fast-xml-parser 2,636
21 fast-memoize.js 2,579
22 test262 2,431
23 simple-keyboard 2,247

Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com

Did you know that JavaScript is
the 3rd most popular programming language
based on number of references?