This project uses 2 dynamic components as tabs. Employee and Employeer components, pass their input value to their parent (mainpage component), Mainpage component calculates and shows a "succsess" or "failure" result on a modal with calculated the input data that taken from child components.
Please clone the repo and use "npm install" command to download dependencies. After, you will be able to run "npm run serve" command and see the compiled code locally.
npm install
npm run serve
npm run test:unit