Bothering with long urls? Don't worry anymore. We cover your back. Use this simple web app to shorten any kinds of urls in the blink of an eye.
- v1.0.0 (by far)
- Get an unique short url
- Use your new short url to get to the same website
- Copy short url to clipboard by just one click
- Node.js v20.9.0
- Clone the project using the command below.
git clone https://github.com/Xavier-Hsiao/url-shortener.git
- Move to the project folder
cd url-shorten
- Restore the dependencies
npm install
- Boot the server by using the command below
npm run start
If the server manages to run you will see this line in your console: The server is on!
. Then go to http://localhost:3000
in your browser to start the journey ✨
- Node.js
- Express
- Express-handlebars
- Font awesome
Xavier Hsiao