← All projects
Project detail
Audit Management System
Internal audit management prototype for DOST Central Office.
Role Full-Stack Developer
Timeline June - August 2025
Type Web App
Status completed
Overview
Developed a working prototype for an internal audit management system using PHP + Laravel backend and React frontend. Utilized TanStack Query for seamless backend integration and ensuring data consistency.
Stack
PHPLaravelReactTanStack QueryPostgreSQL
Challenges
Synchronizing state between React frontend and Laravel backend
Handling complex audit workflow logic
Ensuring data consistency in real-time
Solutions
Implemented TanStack Query for robust data fetching and caching
Built RESTful API with clear separation of concerns
Used React hooks for efficient state management
Lessons
TanStack Query dramatically improves data consistency
Clear API contracts prevent frontend-backend misalignment
Prototype-driven development enables rapid iteration