Skip to content

Sohmsss/URL-Encode-Decoder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

URL Encoder/Decoder

This is a simple tool that allows you to encode and decode URLs.

Features

  • Encode a URL: Converts a standard URL into an encoded format.
  • Decode a URL: Converts an encoded URL back into a standard format.

How to Use

  1. Enter your URL into the input field.
  2. Click the 'Encode' button to encode the URL, or toggle the switch and click the 'Decode' button to decode the URL.
  3. The encoded or decoded URL will be displayed in the output field.

Implementation

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.

License

This project is open source and available under the MIT License.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published