florinpop17 /
app-ideas
A Collection of application ideas which can be used to improve your coding skills.
100/100 healthLoading repository data…
zellwk / repository
A collection of useful JavaScript snippets curated by Zell
A transparent discovery signal based on current public GitHub metadata.
This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
I put together a collection of JavaScript functions I use. I found them exceptionally useful and I hope you will too.
Note: This collection is ESM only and cannot be used with CommonJS.
You can install the library with npm:
npm install @zellwk/javascript
All files are found within there folders:
browser — usable only in browsersnode — usable only in Nodeutils — usable in both browsers and nodeJust import whatever file you need from these folders. When importing, you can skip the src path because that is already handled for you in the package.json file.
Example for using Local Store:
import * as localStore from '@zellwk/javascript/browser/local-store.js'
You can use these libraries in the frontend even if you don't use a bundler. All you need to do is retrieve the library from a CDN like JsDelivr.
When you use this method, you need to include the src folder in your path.
Here's an example:
import localStore from 'https://cdn.jsdelivr.net/npm/@zellwk/javascript@3.0.0/src/browser/localstore.js'
See this article to make this nicer for your project.
This repository is always a Work in Progress. I may change anything anytime!
Detailed changes for each release are documented in the release notes.
Selected from shared topics, language and repository description—not editorial ratings.
florinpop17 /
A Collection of application ideas which can be used to improve your coding skills.
100/100 healthenaqx /
A collection of awesome things regarding React ecosystem
87/100 healthsorrycc /
🐢 A collection of awesome browser-side JavaScript libraries, resources and shiny things.
swagger-api /
Swagger UI is a collection of HTML, JavaScript, and CSS assets that dynamically generate beautiful documentation from a Swagger-compliant API.
91/100 healthoxc-project /
⚓ A collection of high-performance JavaScript tools.
93/100 healthSBoudrias /
A collection of common interactive command line user interfaces.
94/100 health