An open API service indexing awesome lists of open source software.

https://github.com/iank-code/phase-1week-1


https://github.com/iank-code/phase-1week-1

Last synced: 23 days ago
JSON representation

Awesome Lists containing this project

README

        

# phase-1week-1

**#Title**
In this repository, there are three projects. They include Net Salary Calculator,Speed Detector and Student Grade Generator.
All projects are done using Javascript, HTML and Css.

**#Description**
#Net Salary Calculator
This is a web app that calculates the gross salary. It takes in net salary and deducts nhif and nssf and also gives tax relief. The user can choose either monthly or Annually and the app performs a series of functions and displays the results.

## Installation

To use this repo on your machine requires some simple steps

### Alternative One

- Open a terminal / command line interface on your computer
- Clone the repo by using the following:

git clone https://github.com/Iank-code/phase-1week-1

- Be patient as it creates a copy on your local machine for you.
- Change directory to the repo folder:

cd l1-js-dom

- (Optional) Open it in ``Visual Studio Code``

code .

- (Alternate Option) Open it in any editor of your choice.
- Hurray! You are one step closer to being as intelligent as Einstein.

### Alternative Two

- On the top right corner of this page there is a button labelled ``Fork``.
- Click on that button to fork the repo to your own account.
- Take on the process in ``Alternative One`` above.
- Remember to replace your username when cloning.

git clone https://github.com/your-username-here/phase-1week-1

**#Speed Detection**
This web app takes in the speed of a moving vehicle or motorbike and in turn, it gives out demerit points. The more the demerit points, the increased chance of licencce suspension. 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.

**#Student Grade Generator**
In this app, the user enters a student marks and the input should be between 0 and 100.Then output the correct grade:

A > 79, B - 60 to 79, C - 59 to 49, D - 40 to 49, E - less 40.

# Running the application

Running the application is very straight forward. You can use the following steps to run the app.

- Open the folder containtaing the project.
- Right click on the index.html file
- Click the option 'Open with Google Chrome'

# Authors
This project was contributed to by:
- [Ian Kamau](https://github.com/Iank-code)

# License
The project is licensed under GNU Affero General Public License v3.0