jennypavlova / vacation-days-calculator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About


Languages

Language:TypeScript 98.2%Language:JavaScript 1.8%