Skip to content

Latest commit

 

History

History
39 lines (25 loc) · 1.24 KB

File metadata and controls

39 lines (25 loc) · 1.24 KB

(Week1 Code Challenge)

Date, 2024/03/24

By Samson Chelgut

Description

It's Week one code challenge showing different JS functionalities.

The main page is on index.html that will lead you to the other HTML pages.

  1. For StudentGrade- This allows user to input marks and returns the subsequent Grade.

  2. For Speed Detector- Modeled this as NTSA checker. This allows one to input current speed of a user and will show is speed is above limit. If it is it will add points per every 5 km/h(assumed from KM/s as stated in question). if the points exceeded are above 12, it will let the user know that the lisense is suspended.

  3. For NetSalary- This allows one to input the basic salary and it will return, gross salary, deductions as well as net salary. There are alot of assumtions and i took liberties with them. NHIF and NSSF are fixed and not taxed- taken as a Tax relief. There are no benefits exempted for this model. Tax rates are shown in the code.

Live Link

https://github.com/SamieC/codechallenge_1.git

Technologies used

Github Javascript HTML

Support and contact details

(https://github.com/SamieC)

License

The content of this site is licensed under the MIT license Copyright (c) 2018 Copyright Samson (c)2024