https://github.com/x64bits/paypal-fee-calc
PayPal Fee Calculator, make w/ next.js
https://github.com/x64bits/paypal-fee-calc
calculator fees nextjs paypal react
Last synced: 3 months ago
JSON representation
PayPal Fee Calculator, make w/ next.js
- Host: GitHub
- URL: https://github.com/x64bits/paypal-fee-calc
- Owner: x64Bits
- License: mit
- Created: 2021-03-06T23:15:18.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-05-08T20:59:31.000Z (about 5 years ago)
- Last Synced: 2025-10-14T08:52:18.878Z (9 months ago)
- Topics: calculator, fees, nextjs, paypal, react
- Language: JavaScript
- Homepage: https://paypal-calc.vercel.app/
- Size: 544 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PayPal Online Transactions Calculator
Personal project due to the need to calculate the percentage necessary to send each of my transactions via PayPal

The app in general is developed using Next.js, I have plans migrate to a lighter framework to make the bundle smaller because I don't use the next.js utilities, only next.js is my everyday tool.
## Requirements to build the application locally
- Node.js version >= 12
- yarn || npm
- MacOS, Windows, Linux
## Steps to build locally
Steps below are using **yarn**, in case you use npm run the commands with npm directly.
- Clone this repository:
```bash
git clone https://github.com/x64Bits/paypal-fee-calc
```
- Install dependencies using **yarn** inside the newly cloned folder:
```bash
yarn install
```
- Run the app locally:
```bash
yarn dev
```
- Generate static export and extension file for browser:
```bash
yarn export
```
The above command generates a file **extension.zip** in the root of the project which can be loaded into firefox to use as a plugin
- Generate static extension without compiling the project again.
```bash
yarn make:ext
```
## Get it like browser extension:
[](https://addons.opera.com/es/extensions/details/paypal-fee-calculator/)
[](https://addons.mozilla.org/es/firefox/addon/paypal-fee-calculator/)