An open API service indexing awesome lists of open source software.

https://github.com/awesomelistsio/awesome-javascript

A curated list of awesome JavaScript libraries, frameworks, tools, and resources.
https://github.com/awesomelistsio/awesome-javascript

List: awesome-javascript

awesome awesome-list awesome-lists javascript js

Last synced: 4 months ago
JSON representation

A curated list of awesome JavaScript libraries, frameworks, tools, and resources.

Awesome Lists containing this project

README

          

# Awesome JavaScript [![Awesome Lists](https://srv-cdn.himpfen.io/badges/awesome-lists/awesomelists-flat.svg)](https://github.com/awesomelistsio/awesome)

[![Ko-Fi](https://srv-cdn.himpfen.io/badges/kofi/kofi-flat.svg)](https://ko-fi.com/awesomelists)   [![PayPal](https://srv-cdn.himpfen.io/badges/paypal/paypal-flat.svg)](https://www.paypal.com/donate/?hosted_button_id=3LLKRXJU44EJJ)   [![Stripe](https://srv-cdn.himpfen.io/badges/stripe/stripe-flat.svg)](https://tinyurl.com/e8ymxdw3)   [![X](https://srv-cdn.himpfen.io/badges/twitter/twitter-flat.svg)](https://x.com/ListsAwesome)   [![Facebook](https://srv-cdn.himpfen.io/badges/facebook-pages/facebook-pages-flat.svg)](https://www.facebook.com/awesomelists)

> A curated list of awesome JavaScript libraries, frameworks, tools, and resources.

JavaScript is the backbone of the modern web, enabling interactivity, dynamic content, and a thriving ecosystem of tools and libraries.

## Contents

- [Libraries & Frameworks](#libraries--frameworks)
- [Language Utilities](#language-utilities)
- [Data Visualization](#data-visualization)
- [Testing](#testing)
- [Build Tools](#build-tools)
- [Package Management](#package-management)
- [Linting & Formatting](#linting--formatting)
- [Documentation & Style Guides](#documentation--style-guides)
- [Learning & Tutorials](#learning--tutorials)
- [Podcasts & Blogs](#podcasts--blogs)
- [Code Playgrounds](#code-playgrounds)
- [Community](#community)
- [Related Awesome Lists](#related-awesome-lists)

## Libraries & Frameworks

- [React](https://reactjs.org/) – A declarative, component-based library for building user interfaces.
- [Vue.js](https://vuejs.org/) – The progressive JavaScript framework for building UIs.
- [Svelte](https://svelte.dev/) – Cybernetically enhanced web apps with zero runtime.
- [Angular](https://angular.io/) – A platform for building mobile and desktop web applications.
- [Preact](https://preactjs.com/) – A fast 3kB alternative to React with the same modern API.

## Language Utilities

- [Lodash](https://lodash.com/) – A modern JavaScript utility library delivering modularity and performance.
- [Ramda](https://ramdajs.com/) – A practical functional library for JavaScript programmers.
- [Day.js](https://day.js.org/) – A fast 2kB alternative to Moment.js for parsing and manipulating dates.
- [date-fns](https://date-fns.org/) – Modern JavaScript date utility library.

## Data Visualization

- [D3.js](https://d3js.org/) – A JavaScript library for manipulating documents based on data.
- [Chart.js](https://www.chartjs.org/) – Simple yet flexible JavaScript charting for designers & developers.
- [Highcharts](https://www.highcharts.com/) – Interactive charts for websites and web apps.
- [ECharts](https://echarts.apache.org/) – A powerful, interactive charting and visualization library.

## Testing

- [Jest](https://jestjs.io/) – Delightful JavaScript testing framework from Facebook.
- [Mocha](https://mochajs.org/) – Simple, flexible, fun JavaScript test framework for Node.js & browser.
- [Chai](https://www.chaijs.com/) – BDD / TDD assertion library for Node.js and the browser.
- [Testing Library](https://testing-library.com/) – Simple and complete testing utilities that encourage good testing practices.

## Build Tools

- [Webpack](https://webpack.js.org/) – A static module bundler for JavaScript applications.
- [Rollup](https://rollupjs.org/) – Next-generation ES module bundler.
- [Parcel](https://parceljs.org/) – Blazing fast, zero config web application bundler.
- [Vite](https://vitejs.dev/) – Next Generation Frontend Tooling.

## Package Management

- [npm](https://www.npmjs.com/) – Node package manager.
- [Yarn](https://yarnpkg.com/) – Fast, reliable, and secure dependency management.
- [pnpm](https://pnpm.io/) – Fast, disk space-efficient package manager.

## Linting & Formatting

- [ESLint](https://eslint.org/) – Pluggable JavaScript linter.
- [Prettier](https://prettier.io/) – An opinionated code formatter.
- [JSHint](https://jshint.com/) – A tool that helps to detect errors and potential problems in JavaScript code.

## Documentation & Style Guides

- [JSDoc](https://jsdoc.app/) – An API documentation generator for JavaScript.
- [Airbnb JavaScript Style Guide](https://github.com/airbnb/javascript) – One of the most popular style guides.
- [StandardJS](https://standardjs.com/) – JavaScript style guide, linter, and formatter.

## Learning & Tutorials

- [JavaScript.info](https://javascript.info/) – Modern JavaScript tutorial.
- [Eloquent JavaScript](https://eloquentjavascript.net/) – A book providing an in-depth introduction to the JavaScript language.
- [MDN JavaScript Guide](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide) – The Mozilla Developer Network guide to JS.

## Podcasts & Blogs

- [Syntax.fm](https://syntax.fm/) – A podcast for web developers.
- [JavaScript Weekly](https://javascriptweekly.com/) – Weekly newsletter of the best JavaScript links.
- [2ality](https://2ality.com/) – Blog on JavaScript and other programming topics.

## Code Playgrounds

- [CodePen](https://codepen.io/) – Online code editor and social development environment.
- [JSFiddle](https://jsfiddle.net/) – Collaborative online editor for HTML, CSS, and JavaScript.
- [CodeSandbox](https://codesandbox.io/) – Online IDE for web development.

## Community

- [r/javascript](https://www.reddit.com/r/javascript/) – The Reddit community for JavaScript.
- [Stack Overflow](https://stackoverflow.com/questions/tagged/javascript) – Q&A with active JavaScript developers.
- [DEV.to – JavaScript](https://dev.to/t/javascript) – Developer articles and tutorials.

## Related Awesome Lists

- **[Awesome Node.js](https://github.com/awesomelistsio/awesome-nodejs)** – A curated list of delightful Node.js packages and resources.
- **[Awesome TypeScript](https://github.com/awesomelistsio/awesome-typescript)** – A collection of awesome TypeScript resources.
- **[Awesome Web Performance](https://github.com/awesomelistsio/awesome-wpo)** – Resources for web performance optimization.

## Contribute

Contributions are welcome!

## License

[![CC0](https://mirrors.creativecommons.org/presskit/buttons/88x31/svg/by-sa.svg)](http://creativecommons.org/licenses/by-sa/4.0/)