Given a price and a discount percentage it gives you the final price that you have to pay.
This project was bootstrapped with Create React App.
git clone git@github.com:erlinis/discount-calculator.git
Clones the github repository
cd discount-calculator
Enter to app directory.
yarn install
In the app directory it installs the app's dependencies.
yarn start
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.
The page will reload if you make edits.
You will also see any lint errors in the console.