Open-Awesome
CategoriesAlternativesStacksSelf-HostedExplore
Open-Awesome

© 2026 Open-Awesome. Curated for the developer elite.

TermsPrivacyAboutGitHubRSS
  1. Home
  2. Tags
  3. Javascript

Javascript

2999 projects

Showing 36 of 2999 projects

object-values
object-valuesJavaScript

Returns an array of own enumerable property values from an object.

#object-manipulation#npm-package#deprecated
Stars27
Forks5
Last commit3 years ago
dpn
dpnJavaScript

Get the dependents of a user's npm modules via a simple API.

#dependents#developer-tools#open-source
Stars27
Forks1
Last commit8 years ago
grunt-microlib
grunt-microlibJavaScript

Shared Grunt tooling for Ember.js microlibraries using ES6 module transpiler and compatible folder structure.

#es6-modules#testing#grunt-plugin
Stars27
Forks5
Last commit13 years ago
boundary.nvim
boundary.nvimLua

A Neovim plugin that visualizes React 'use client' boundaries by marking JSX usages of client components with virtual text.

#developer-tools#neovim-plugin#react-server-components
Stars27
Forks0
Last commit7 months ago
ember-redirect
ember-redirectJavaScript

An Ember CLI addon for simple route-based redirects to support legacy links and clean up router configuration.

#legacy-support#ember-addon#redirects
Stars27
Forks9
Last commit8 years ago
angular-busy
angular-busyTypeScript

A lightweight Angular directive to display loading indicators on any element during async operations like promises, observables, or signals.

#angular5#loading-indicator#loading
Stars27
Forks5
Last commit4 days ago
ember-ci
ember-ciJavaScript

Continuous integration tools and configuration generators for Ember.js applications.

#travis-ci#ember-addon#continuous-integration
Stars26
Forks4
Last commit2 months ago
sajjad-brick-list
sajjad-brick-listJavaScript

A pure JavaScript staggered masonry list component for React Native with flexible column spans.

#react-native-brick-view#staggered#layout-manager
Stars26
Forks5
Last commit6 years ago
Send Logs to Logdna
Send Logs to LogdnaJavaScript

A Cloudflare Worker recipe that batches and sends logs to LogDNA for centralized logging.

#cloudflare-workers#batch-processing#serverless
Stars26
Forks6
Last commit5 years ago
cycle-hot-reloading-example
cycle-hot-reloading-exampleJavaScript

A Cycle.js starter project with hot reloading using browserify-hmr for immediate UI updates.

#cyclejs#browserify#hot-reloading
Stars26
Forks6
Last commit10 years ago
React Native Diagnose
React Native DiagnoseJavaScript

A React Native framework for runtime testing and diagnostics of mobile apps on real devices.

#ios#android#diagnose
Stars26
Forks2
Last commit7 years ago
iron-test-helpers
iron-test-helpersJavaScript

Utility classes for simulating user interactions and aiding testing in Polymer and web component projects.

#web-components#unit-testing#frontend-testing
Stars26
Forks24
Last commit1 year ago
@mysticatea/eslint-plugin
@mysticatea/eslint-pluginJavaScript

A comprehensive ESLint plugin providing custom rules and configurations for JavaScript, TypeScript, Vue.js, and Node.js projects.

#static-code-analysis#prettier-integration#ecmascript
Stars26
Forks10
Last commit
has-value
has-valueJavaScript

A JavaScript utility that returns true if a value exists and false if empty, supporting deeply nested object paths.

#object-path#check#dot-notation
Stars26
Forks6
Last commit8 years ago
react-native-masonry-brick-list
react-native-masonry-brick-listJavaScript

A pure JavaScript staggered (masonry) list view component for React Native applications.

#react-native-brick-view#staggered#masonry-layout
Stars26
Forks5
Last commit
no-inferred-method-name
no-inferred-method-nameJavaScript

An ESLint rule that detects inferred method names in ES6 object literals to ensure proper lexical identifier binding.

#code-quality#object-literals#es6
Stars26
Forks4
Last commit4 years ago
svger-cli
svger-cliTypeScript

A zero-dependency CLI tool that converts SVG files into optimized components for React, Vue, Angular, Svelte, and other modern JavaScript frameworks.

#developer-tools#zero-dependency#converter
Stars26
Forks3
Last commit1 month ago
react-native-actionsheet-native
react-native-actionsheet-nativeJava

A React Native library that provides an ActionSheet component for Android, equivalent to iOS's ActionSheetIOS.

#native-module#actionsheet#native-modules
Stars25
Forks11
Last commit8 years ago
ember-component-routes
ember-component-routesJavaScript

An Ember CLI addon that enables routes to render components directly via a component-outlet.

#experimental#javascript#web-development
Stars25
Forks0
Last commit7 years ago
object-is
object-isJavaScript

ES2015-compliant shim for Object.is that differentiates between -0 and +0 and correctly compares NaN.

#polyfill#ecmascript#es-shims
Stars25
Forks8
Last commit3 months ago
pure-lit
pure-litTypeScript

Register Lit elements as pure functions with built-in state management hooks.

#web-components#functional-programming#lit-html
Stars25
Forks2
Last commit1 day ago
angular-compiler-output
angular-compiler-outputTypeScript

A demo tool that displays the JavaScript output generated by the Angular compiler for any given Angular template.

#compiler#developer-tools#template-engine
Stars25
Forks4
Last commit14 days ago
transpile
transpileJavaScript

Transpiles JavaScript modules between ES6, CommonJS, AMD, and Steal formats with source map support.

#es6-modules#commonjs#stealjs
Stars25
Forks10
Last commit4 years ago
new-with-error
new-with-errorJavaScript

ESLint plugin that enforces using `throw new Error()` instead of `throw Error()` for consistency.

#coding-standards#code-quality#error-handling
Stars25
Forks1
Last commit7 days ago
ember-compatibility-helpers
ember-compatibility-helpersJavaScript

Helpers for writing backwards/forwards compatible Ember addons with zero-cost runtime flags.

#open-source#backwards-compatibility#version-checking
Stars25
Forks19
Last commit
buffer-from
buffer-fromJavaScript

A ponyfill for Buffer.from that uses native implementation when available.

#ponyfill#polyfill#npm-package
Stars25
Forks9
Last commit4 years ago
array-range
array-rangeJavaScript

Creates a new dense array with a specified numeric range for functional programming.

#functional-programming#npm-package#utility-library
Stars25
Forks4
Last commit4 years ago
d3-xray
d3-xray

A bookmarklet that reveals data bound to D3.js elements by mousing over them.

#developer-tools#browser-bookmarklet#d3-debugging
Stars25
Forks3
Last commit9 years ago
ember-data-tasks
ember-data-tasksJavaScript

An Ember Data store that returns Ember Concurrency tasks instead of promises for immediate responses.

#ember-data#ember-addon#ember-concurrency
Stars25
Forks3
Last commit7 years ago
ToDo
ToDoJavaScript

A real-time todo application built with PocketBase and React for learning full-stack development.

#crud#educational#todo-app
Stars25
Forks3
Last commit1 year ago
New package version checker for npm
New package version checker for npmTypeScript

A GitHub Action that checks for new npm package versions and outputs update information.

#actions#devops#version-check
Stars25
Forks1
Last commit2 months ago
dedupe
dedupeTypeScript

A lightweight JavaScript utility for removing duplicate values from arrays, supporting both primitive and complex types.

#functional-programming#deduplication#npm-package
Stars24
Forks7
Last commit2 years ago
mithril-slides
mithril-slidesHTML

A Keynote-inspired web-based presentation app that creates slides from a JSON file.

#themes#presentation-tool#web-app
Stars24
Forks5
Last commit7 years ago
plugin
pluginJavaScript

ESLint plugin with custom rules to enforce high-performance JavaScript coding patterns.

#developer-tools#v8-optimization#code-quality
Stars24
Forks3
Last commit9 years ago
react-native-segment-control
react-native-segment-controlJavaScript

A swipeable SegmentedControl component for React Native apps with customizable segments and smooth transitions.

#segment#animated-tabs#tabs
Stars24
Forks7
Last commit7 years ago
react-native-simple-encryption
react-native-simple-encryptionObjective-C

Provides XOR and base64 encryption/decryption functions for React Native applications.

#mobile-security#data-protection#xor-cipher
Stars24
Forks6
Last commit8 years ago
PreviousPage 81 of 84Next

Related Tags

Community-curated · Updated weekly · 100% open source

Found a gem we're missing?

Open-Awesome is built by the community, for the community. Submit a project, suggest an awesome list, or help improve the catalog on GitHub.

Submit a projectStar on GitHub
3 years ago
6 years ago
2 years ago
#Frontend735
#Nodejs713
#Typescript551
#React333
#Web Development307
#Developer Tools287
#Javascript Library250
#Ui Components250
#Cross Platform229
#React Native195
#Performance160
#Build Tool154