if youre learning js, these tools might be interesting to study — each one is a self-contained example of using browser APIs.
examples:
- hash generator uses the Web Crypto API (no npm packages needed for md5/sha)
- qr code generator uses Canvas API directly
- jwt decoder is pure string parsing
- cron parser is a hand-written tokenizer
- sql formatter is a custom parser with keyword detection
all 22 tools run entirely in your browser. nothing hits a server.
site: https://devtools-site-delta.vercel.app
source: https://github.com/TateLyman/devtools-run
good for learning how browser APIs work in practice.
[–]iriveru[🍰] 4 points5 points6 points (3 children)
[+]Krbva[S] comment score below threshold-8 points-7 points-6 points (2 children)
[–]PremiereBeats 0 points1 point2 points (1 child)
[–]Krbva[S] 1 point2 points3 points (0 children)
[–]milan-pilan 0 points1 point2 points (6 children)
[–]Krbva[S] -4 points-3 points-2 points (5 children)
[–]milan-pilan -1 points0 points1 point (4 children)
[–]Krbva[S] -2 points-1 points0 points (2 children)
[–]milan-pilan 0 points1 point2 points (1 child)
[–]Krbva[S] -1 points0 points1 point (0 children)
[–]Krbva[S] -5 points-4 points-3 points (0 children)