This is a simple tool that allows you to encode and decode URLs.
- Encode a URL: Converts a standard URL into an encoded format.
- Decode a URL: Converts an encoded URL back into a standard format.
- Enter your URL into the input field.
- Click the 'Encode' button to encode the URL, or toggle the switch and click the 'Decode' button to decode the URL.
- The encoded or decoded URL will be displayed in the output field.
This tool is implemented using HTML for the user interface, CSS for styling, and JavaScript for the encoding and decoding functionality. It uses the built-in encodeURIComponent
and decodeURIComponent
functions in JavaScript to perform the encoding and decoding.
This project is open source and available under the MIT License.