A simple-to-use tool that helps you calculate the fees you will incur if you receive payments from PayPal.
This project was created to assist in calculating the appropriate pricing for freelance services, taking into account withdrawal fees and PayPal fees, thus ensuring that you don't lose money.
- Calculate PayPal fees based on the received amount.
- Factor in Equity Bank withdrawal fees. This is optional.
- Easy-to-use interface for entering the payment amount and viewing the amount you will receive after fees and the amount you should ask for instead.
- Clone this repository:
git clone https://github.com/remigathoni/calculate-paypal-fees.git
. - Navigate to the project directory:
cd calculate-paypal-fees
. - Install the dependencies:
npm install
.
- Start the development server:
npm run dev
. - Open your browser and visit the URL displayed on the terminal.
- Enter the payment amount in the designated input field.
- View the calculated PayPal fees and the total amount you will receive after fees.
- React: JavaScript library for building user interfaces.
- Vite: Build tooling that provides fast and efficient development experience.
- Tailwind CSS: Utility-first CSS framework for styling.
This project is licensed under the MIT License.