A simple URL shortening web application built with Node.js, Express, and EJS. This project allows users to create shortened URLs and redirect to the original URLs quickly.
- Shorten long URLs into a short, easy-to-share link
- Redirect from shortened URL to original URL
- Track usage (optional, can be added later)
- Simple and clean UI with EJS templates
- Backend: Node.js, Express
- Frontend: EJS, CSS
- Database: (Add your DB here, e.g., MongoDB)
- Other: dotenv, body-parser (list other npm packages you used)
- Clone the repository:
git clone https://github.com/ibrarkhan999/URL-shortner.git