Skip to content

brianbryank/javascript-scriptcodes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

code challenge @moringaSchool

Project Author

** Brian kiplangat ** fully builds this project

student grade generator

My grade generator project is a program that initially grades marks.

Speed Detector project

The project simply takes an input of the speeds car, If the speed is less than 70, it should print “Ok”. Otherwise, for every 5 km/s above the speed limit (70), it should give the driver one demerit point and print the total number of demerit points.

For example, if the speed is 80, it should print: “Points: 2”. If the driver gets more than 12 points, the function should print: “License suspended”.

Net Salary Calculator

This project calculates an individual’s Net Salary by getting the inputs of basic salary and benefits, then calculates the payee (i.e. Tax), NHIFDeductions, NSSFDeductions, gross salary, and net salary.

Setup instructions

  • Install nvm, node
  • Git clone git@github.com: brianbryank/javascript-scriptcodes.git on your terminal. You can find the js folder and open it in your editor.
  • Run node index.js to run the app locally

Technologies used

  • written with one language JavaScript

Requirements and Specifications

You have to install the following to run the program :

  • Install various packages from package.json("npm install", "npm install prompt-sync")
  • node v18.12.1 or +

Contacts

Feel free to contact me at brianbryan0125@gmail.com. Don't Forget to buy me coffee!!!

Copyright (c) 2023 Brian kiplangat

About

Code Challenge @moringa school

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors