A simple URL shortener implemented using Node.js with EJS templating.
- Shorten long URLs into easily shareable links.
- Redirect users from short URLs to original long URLs.
- Track and manage shortened URLs.
- Node.js
- Express
- EJS (Embedded JavaScript) for templating
- MongoDB (for storing URLs and their shortened versions)