A mini backend web application that generates redirect links for any website input by the user. This project is part of my backend and full-stack learning journey using Node.js and Express.js.
- π User can enter any website URL (without https://)
- π Server generates a redirect URL
- π When the user clicks, they are redirected to the actual website
- π EJS templating used for dynamic page rendering
- π‘ Clean UI with basic form handling
| Technology | Description |
|---|---|
| Node.js | JavaScript runtime |
| Express.js | Web framework for Node.js |
| EJS | Templating engine for server-side rendering |
| Body-Parser | Middleware to handle form data |
git clone https://github.com/yourusername/url-redirect-generator.git
cd url-redirect-generator
