"Short URL" is a free tool to shorten URLs and generate short links.
- Generate a shortened link from a long url
- Copy the shortened link to the clipboard
- Node.js v18
- Clone the repository
git clone https://github.com/Ching0810/URL_shorten.git
- Move to the URL_shorten directory
cd URL_shorten
- Restore the dependencies
npm install
- Launch the application
npm run start
- In your browser, open http://localhost:3000 to see the website.

