This website is create by Node.js & Express.js. Users can shorten lengthy URLs here. Once a URL successfully shortened, user can use the generated short URL to access the original website. Users can retrun to the homepage by clicking the home icon. Hope you can have a great user experience!
- User can use the generated short URL to access the original website
- The same URL will be shortened to the same random URL
- Users can retrun to the homepage by clicking the home icon
1.Clone the repository
git clone https://github.com/TheyCallMeAndyBro/URL_Shortener.git
2.Move to file
cd URL_Shortener
3.Install npm packages
npm install
4.Launch the website
npm start
5.Stop
ctrl + c

