Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dikayx/paypal-gebuehrenrechner
Calculate paypal fees with an ease.
https://github.com/dikayx/paypal-gebuehrenrechner
fees-calculator paypal react
Last synced: 23 days ago
JSON representation
Calculate paypal fees with an ease.
- Host: GitHub
- URL: https://github.com/dikayx/paypal-gebuehrenrechner
- Owner: dikayx
- License: mit
- Created: 2024-11-15T07:39:21.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2024-12-23T07:59:11.000Z (28 days ago)
- Last Synced: 2024-12-23T08:31:31.641Z (28 days ago)
- Topics: fees-calculator, paypal, react
- Language: JavaScript
- Homepage: https://dikayx.github.io/paypal-gebuehrenrechner/
- Size: 6.6 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PayPal Gebührenrechner (PayPal Fee Calculator)
This is a simple PayPal fee calculator that calculates the fees for sending and receiving money through PayPal. It also calculates the net amount that you will receive after the fees are deducted.
![PayPal Fee Calculator](screenshot.jpg)
> **Note**: This application was made for the DACH region (Germany, Austria, Switzerland) with the fees for sending and receiving money within the European Union. The fees may vary depending on the country and the currency.
## Installation
This is only necessary, if you want to run the application locally. Visit the [live version](https://dikayx.github.io/paypal-gebuehrenrechner) if you just want to use the calculator.
1. Clone the repository:
```bash
git clone https://github.com/dikayx/paypal-gebuehrenrechner
```2. Install the dependencies:
```bash
npm install
```3. Run the application:
```bash
npm start
```4. Visit `http://localhost:3000` in your browser.
## License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.