Web-based price-calculator helps choosing better price per unit of the same product.
Sometimes you are confused what is better price for you:
to buy 30 units of product for £4.99
or
50 units for £6.15
Price-calculator will help you decide which option is better for you.
- PHP
- JS
- HTML
- CSS
- Go inside folder containing project
- Run python local testing server:
- Linux/MacOS:
python3 -m http.server
- Windows:
python -m http.server
or
py -3 -m http.server
- By default project runs under URL:
http://localhost:8000