-
Notifications
You must be signed in to change notification settings - Fork 52
Closed
Description
Description:
Add a new tool that allows users to easily encode and decode URLs.
The tool should have two textareas — one for input and one for output — and buttons to Encode, Decode, and Clear.
Acceptance Criteria:
Users can input any text or URL.
“Encode” button converts the text to a valid encoded URL format using encodeURIComponent.
“Decode” button converts encoded URLs back to normal using decodeURIComponent.
“Clear” button resets both fields.
Use minimal styling — no background, clean borders, spacing, and responsive layout.
Component should be standalone, exportable, and written in .jsx.