Zaika Junction is a modern food delivery web application. Built with ASP.NET Core MVC , the app helps users interact conversationally while browsing menus, tracking orders, and getting support — all through a sleek and friendly UI.
Zaika Junction aims to redefine how users experience food ordering online. It blends traditional MVC architecture with AI-powered chat features to provide real-time assistance, streamlined ordering, and human-like conversations.
-
🎨 Responsive & Modern UI
- Sleek chat interface with gradient background
- Animated message bubbles and icons
- Fully mobile-friendly
-
🔄 Session-Based Personalization
The AI only introduces itself at the beginning of a new chat session, avoiding repeated intros during ongoing conversations. -
🧠 Built with Semantic Kernel
Seamlessly integrates with Microsoft’s Semantic Kernel for powerful conversational AI capabilities.
| Layer | Tech Used |
|---|---|
| Frontend | Razor Views, HTML, CSS, jQuery |
| Backend | ASP.NET Core MVC |
| AI Integration | Microsoft Semantic Kernel |
| Chat Handling | AJAX + JSON endpoints |
| Session Storage | ASP.NET Core Session Middleware |
- .NET SDK 7.0 or later
- Visual Studio 2022+ or VS Code
- Git
git clone https://github.com/your-username/zaika-junction.git
cd zaika-junction
dotnet restore
dotnet run