During the Graphical User Interfaces course, a Time Reporting System was to be created in multiple frameworks. The general idea was the same for all projects:
Create, modify and delete activity entries.
Show total time spent on activities
but each project had some unique requirements.
A React.js app with a REST server made as a project for Graphical User Interfaces course.
Main Features:
Create, modify and delete activity entries.
Show total daily time
A ready to deploy server (follow README.md)
ASP.NET MVC app made as a project for Graphical User Interfaces course.
Main Features:
Create, modify and delete activity entries.
Show total daily and monthly time
A ready to deploy app (follow README.md)