Skip to content

Latest commit

 

History

History
45 lines (28 loc) · 1.1 KB

File metadata and controls

45 lines (28 loc) · 1.1 KB

Gross/Net Salary calculator

Software License Build Status

An application to calculate your Net Salary from your Gross Salary.

How to use

  1. Download the project or clone it.
  2. Install dependencies. From the root folder run
composer install
  1. Load a server. From the root folder of the project run
> php bin/console server:start

Your terminal will output something like this:

 [OK] Server listening on http://127.0.0.1:8000  
  1. Open your browser and visit http://127.0.0.1:8000
  2. Fill in the form and submit it.

Host it

The application is not hosted somewhere. I would be happy if someone is offered to host it.

Credits

License

The MIT License (MIT). Please see License File for more information.