Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 365 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 365 Bytes

Vacation Days Calculator

In order tho calculate the vacation days the program is reading data from the CSV file employees.csv. It is calculating the days based on special cases and requirement.

How to run

  • Open the project and run npm install
  • Run npm run dev in main folder to execute the application
  • To run the tests use npm run test