A simple web application to encode and decode URLs using Vite and TypeScript.
- 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
-
Clone the repository
git clone https://github.com/blueorionn/url-encoder-decoder.git cd url-encoder-decoder
-
Install dependencies
npm install
-
Run the development server
npm run dev
-
Build for production
npm run build
- 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
This project is open-source and available under the MIT License.