Skip to content

A simple web application to encode and decode URLs using Vite and TypeScript.

License

Notifications You must be signed in to change notification settings

blueorionn/url-encoder-decoder

Repository files navigation

🔗 URL Encoder & Decoder

A simple web application to encode and decode URLs using Vite and TypeScript.

🚀 Features

  • Encode any text into a URL-friendly format
  • Decode URL-encoded strings back to readable text
  • Built with Vite for fast development
  • Written in TypeScript for type safety

📦 Installation

  1. Clone the repository

    git clone https://github.com/blueorionn/url-encoder-decoder.git
    cd url-encoder-decoder
  2. Install dependencies

    npm install
  3. Run the development server

    npm run dev
  4. Build for production

    npm run build

🔧 Usage

  • Open the website in your browser
  • Enter a string and click "Encode" to generate a URL-encoded string
  • Paste an encoded URL and click "Decode" to convert it back to normal text

📜 License

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

Releases

No releases published

Packages

No packages published