I wrote a complete full-stack application with Angular on the frontend and Spring boot on the backend. The application performs the function of storing data about employees and the work they have done. Each employee is logged into the application where he indicates the position he works in and fills out the data about the work done (object, type of work, amount of work done). The application also calculates a salary for a specific employee based on the calculation of the volume of work performed and tax deductions. There is also an option for a moderator (admin) to edit the completed data or completely filling out of data for all employees.