An application to calculate your Net Salary from your Gross Salary.
- Download the project or clone it.
- Install dependencies. From the root folder run
composer install
- 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
- Open your browser and visit
http://127.0.0.1:8000
- Fill in the form and submit it.
The application is not hosted somewhere. I would be happy if someone is offered to host it.
The MIT License (MIT). Please see License File for more information.