About This Project
This is a URL Shortener Web Application built using ASP.NET Core MVC. It allows users to register, log in, and shorten long URLs into compact links for easier sharing.
- User Authentication with Session Management
- Shortened URLs using random 6-character codes
- View previously shortened URLs per user
- Responsive and styled using Bootstrap 5
Developed by Rushikesh Kotwal as a demonstration of working with MVC architecture, session handling, and URL routing.