Discount Calculator

Given a price and a discount percentage it gives you the final price that you have to pay.

Development info

This project was bootstrapped with Create React App.

To start the project:

1. git clone git@github.com:erlinis/discount-calculator.git

Clones the github repository

2. cd discount-calculator

Enter to app directory.

3. yarn install

In the app directory it installs the app's dependencies.

4. 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.

Icons