Why it exists
Festometro is a pragmatic utility built around a common personal workflow: keeping track of holidays, leave days and ROL hours without deploying a full application stack.
Project media

Architecture
- The application is designed as a single PHP file.
- It can be uploaded to any PHP-capable web space.
- Optional login is handled through a bcrypt password hash.
- The calendar UI lets the user add, edit and remove holidays or permissions.
Key features
- Single-file deployment.
- No external database required.
- Optional password protection.
- Calendar-based interaction.
- Tracks used and remaining hours.
Design decisions
The project follows a recurring pattern in my tooling: small, portable software that solves a narrow problem without forcing unnecessary infrastructure.