This project contains three JavaScript challenges that help practice basic programming concepts.
Grade Checker → Converts student marks (0–100) into grades A–E
Speed Detector → Detects overspeeding, awards demerit points, and suspends licenses if necessary
Net Salary Calculator → Calculates net salary based on 2025 Kenyan tax rules (PAYE, SHIF, NSSF, Housing Levy)
Clone this repository:
git clone https://github.com/jeffouda/Code_Challenge
Open any project folder (e.g., grade-checker/, speed-detector/, net-salary-calculator/).
Open the index.html file in your browser.
Enter the required input (marks, speed, or salary details).
View the results on the webpage or in the console.
Jeff Ouda
GitHub: @jeffouda
##License
This project is licensed under the MIT License – you are free to use, modify, and distribute with attribution.