Skip to content

Add URL Encoder/Decoder Tool #276

@devvsakib

Description

@devvsakib

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.

Metadata

Metadata

Assignees

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions