Alternative Payroll App
This project is the result of my 2nd assignment at Coder Academy Bootcamp, which required me to build a Ruby terminal application.
The purpose of the Alternative Payroll App is to address a real business need of having a backup timecard and payroll system.
Employees' timecards are here managed using full CRUD actions, which can be selected by the users depending on their level of access.
Code was developed using TDD cycle on critical features and respecting the Ruby Style Guide.
Lastly, Ruby gems were utilised to support functions of the app, aesthetics and to validate data input, so the database doesn't get compromised by wrong user input.
Please check out the repo on
GitHub