A web application for manufacturing departments to track exact working hours for each worker.
- frontend/: Vue 3 + Vite app for UI and timer controls
- backend/: ASP.NET Core Web API for receiving and storing work session data
- Workers start/pause/resume/end their workday using the frontend.
- Data is sent to the backend and archived in a database.
See each folder for setup instructions.