Sri Lanka tourism web application
- Type
- Project
A multi-role web app for a Sri Lanka tourism domain, built in C# on ASP.NET against SQL Server. Two real audiences on one app: tourists browsing listings and planning visits, and an event-manager admin role running the other side of the same system.
Bootstrap and jQuery handled the front end, Google Maps placed listings geographically rather than as a flat list, and an exchange-rate API converted prices for visitors coming from outside Sri Lanka. Email went out over SMTP for booking-adjacent notifications, and the whole thing was localized properly rather than English-only, using West Wind Globalization to keep translated strings out of the codebase itself.
It was an early lesson in building for two different kinds of user inside one codebase, a tourist who wants speed and simplicity and an admin who wants control, without either interface compromising the other.