A simple Node.js application that allows users to generate short links, with the option to create custom short links (aliases). This project uses Express.js as the server and stores the links temporarily in memory.
- Generate short links for any URL.
- Option to create a custom alias (short link).
- Redirect from short link to the original URL.
- Responsive design for mobile and desktop devices.
Make sure you have the following installed:
- Node.js (LTS version recommended)
- npm (Node package manager)
- Clone this repository:
git clone https://github.com/yourusername/short-link-generator.git cd short-link-generator
- npm install
- cd short-link-generator
- node app.js
- http://localhost:3000