Detail&Go
Detail&Go is a modern web application designed to streamline the process of booking car detailing services. Built with ASP.NET Core Razor Pages and .NET 6, the platform enables users to register, manage their vehicles, and schedule detailing appointments with ease.
• User Authentication: Secure login and personalized dashboard for each customer.
• Vehicle Management: Users can add, remove, and set active vehicles, with support for multiple cars per account.
• Booking System: Customers can create, view, and manage bookings, including selecting services, scheduling dates, and viewing booking history.
• Service Management: Dynamic retrieval and display of available detailing services.
• Payment Integration: Secure payment processing via Stripe, including management of payment methods and transaction history.
• Email Notifications: Automated email confirmations and updates for bookings and account actions.
• Responsive UI: Built with Razor Pages for a fast, interactive, and mobile-friendly user experience.
The solution demonstrates best practices in layered architecture, dependency injection, and integration with third-party services (Stripe, SMTP). It is designed for scalability and maintainability, making it suitable for real-world deployment in the automotive services sector.

