This is a simple PayPal fee calculator built with React.js.
The PayPal Calculator allows you to calculate PayPal fees based on the sale amount and currency. It provides you with the amount you will receive after PayPal fees and the amount you should ask for to receive your desired value.
To use this calculator, follow these steps:
-
Clone the project from GitHub:
git clone https://github.com/prantikseal/Paypal-calculator-reactjs.git``
-
Navigate to the Project Directory -> After cloning the project, navigate to the project directory by running:
cd Paypal-calculator-reactjs
-
Install Dependencies: Before running the application, you need to install its dependencies. You can do this by running:
npm install
-
Start the development server:
npm run dev
-
To Build it production ready
npm run build
-
Deploy folder
dist