Skip to content

Latest commit

 

History

History
32 lines (24 loc) · 977 Bytes

README.md

File metadata and controls

32 lines (24 loc) · 977 Bytes

PayPal Calculator (React.js)

This is a simple PayPal fee calculator built with React.js.

Overview

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.

Usage

To use this calculator, follow these steps:

  1. Clone the project from GitHub:

    git clone https://github.com/prantikseal/Paypal-calculator-reactjs.git``
  2. Navigate to the Project Directory -> After cloning the project, navigate to the project directory by running:

    cd Paypal-calculator-reactjs
  3. Install Dependencies: Before running the application, you need to install its dependencies. You can do this by running:

    npm install
  4. Start the development server:

    npm run dev
    
  5. To Build it production ready npm run build

  6. Deploy folder dist