Neat4U Cleaning Service Management7 years ago
completedpublic
Neat4U is an appointment management system built for a fictional cleaning service company. The application allows customers to book cleaning services by specifying service type (light/medium/heavy), duration (1-8 hours), number of cleaners needed, and personal details. The system features appointment creation, receipt display, modification capabilities, and cancellation. Built as part of an academic Elements of Programming course, it demonstrates structured data management using arrays, pointers, and file I/O.
// meta
role
Leader
status
completed
collaborators
3
// highlights
>Implemented appointment booking system with dynamic pricing based on service type and duration
>Designed struct-based data model to manage customer information and service details
>Built appointment modification and cancellation features with real-time cleaner availability tracking
>Developed price calculation logic handling multiple service tiers and time-based rates
// stack
C++
// links