A fully client-side tool to encode and decode HTML Entities from text (e.g. »
→ »
) and decode URL components (e.g. %23
→ #
)
Packages are installed with pnpm
pnpm install
To run the app, use
pnpm run dev
I may do the occasional rewrite of this app as a test for other technologies, but remain the same functionality.
It's essentially feature complete for what I have intended to write, so just 'maintenance mode' - responding to dependabot constantly pinging me about dependencies needing to be updated.
This project is deployed via Docker (Dockerfile in the root of the repo)
This can also be deployed anywhere as a static site (e.g. Vercel, Netlify) by using the standard Astro preset.
DISCLAIMER No support is provided for other deployments - this is intended as a small tool that I have deployed for my use.