Create a URL encoder/decoder tool to the encoder/decoder Tool Group, following the Base64 Text encoder/decoder tool that already exists. It should follow consistent code structure from Base64 Text ...
Store any user state in query parameters; imagine JSON in a browser URL, while keeping types and structure of data, e.g.numbers will be decoded as numbers not strings. With TS validation. Shared state ...