CareConnect is a disability service client and operations management web app built as a portfolio project. It is designed to feel like an internal workflow tool for coordinating client records, appointment scheduling, priorities, and follow-ups.
CareConnect focuses on the day-to-day workflow of service coordination rather than a generic demo layout. The interface is structured around live client records, operational prioritisation, and fast record maintenance.
- Client records with editable service details
- Appointment tracking with date and time fields
- Priority levels for faster triage
- Search and filters for status and priority
- Edit, delete, and completion actions
- Local storage so data persists after refresh
- Responsive layout for desktop and mobile
- Built as a single-page application using plain HTML, CSS, and JavaScript
- Uses browser local storage to keep client records between sessions
- Designed to be easy to extend with tables, modals, or backend integration later
- HTML
- CSS
- JavaScript
- Open
index.htmlin a browser. - Add or edit client records directly in the app.
- Refresh the page to confirm saved data persists in local storage.
The GitHub repository is named CareConnect.
GitHub repository: CareConnect