This is an application that allows users to enter the marks they have and get back the Grade .
This is an application that allows users to enter the speed they have and get back the Demerits Points above the speed limit.
This is an application that allows users to enter the Gross Salary they have and get back the NET Salary after deductions from NHIF,NSSF and Taxes deductions.
- A user can enter the marks, in the input field.
- See the grade based on the marks entered.
- A user can enter the speed, in the input field.
- See the points based on the speed entered.
- A user can enter the gross income, in the input field.
- See the NET Salary based on the speed entered.
- Visual Studio Code.
- Live server extension.
- Browser(Chrome or any other Chromium based Browser)
To get the code..
- Cloning the repository:
https://github.com/Sirumba/codeChallenge
- Move to the folder and install requirements
cd codeChallenge/
- Running the application
right click on the index file within each folder and open with live server
Open the application on your browser:127.0.0.1:5502
Project contributed to by: Simon Sirumba Maina
This project is licensed under the ISC licence