A simple URL shortener that uses a public API to unshorten links. This project is suitable for beginners looking to understand basic web development concepts.
- Unshorten shortened URLs using a public API.
- Easy-to-use interface.
- Clone the repository:
git clone https://github.com/K5wdk/unshortener.git cd unshortener
- Open
index.html
in your web browser.
- Enter a shortened URL in the input field.
- Click the "Unshorten" button to retrieve the original URL.
This project is licensed under the MIT License. See the LICENSE file for details.
Β© 2024 K5wdk. All rights reserved.
Created by K5wdk as a learning project.