A modern web application to calculate Instapay transfer fees for Egyptian Pound (EGP) transactions. Instapay is a popular instant payment service in Egypt, and this tool helps users quickly determine the transfer fee, minimum/maximum fees, and total amount for their transactions.
- Instant Fee Calculation: Enter any amount up to 70,000 EGP and instantly see the calculated transfer fee and total amount.
- Fee Rules:
- Fee rate: 0.1% of the transfer amount
- Minimum fee: 0.50 EGP
- Maximum fee: 20 EGP
- Maximum transfer amount: 70,000 EGP
- Modern UI: Responsive, accessible, and visually appealing interface built with React, Tailwind CSS, and shadcn/ui components.
- No Data Collection: All calculations are performed locally in your browser. No data is sent or stored.
Open the app locally or deploy it to your favorite static hosting provider.
- Clone the repository:
git clone <your-repo-url> cd IP-Fee-Calculator
- Install dependencies:
pnpm install # or npm install # or yarn install
Start the development server:
pnpm dev
# or
npm run dev
# or
yarn devThe app will be available at http://localhost:8080.
pnpm build
# or
npm run build
# or
yarn buildThe production-ready files will be in the dist folder.
src/components/— UI components (calculator, input, info cards, etc.)src/pages/— Page components (main page, 404, etc.)src/index.css— Tailwind CSS and custom stylesvite.config.ts— Vite configuration
- Made by Sherlemious
- Not affiliated with the official Instapay service
This project is open source and available under the MIT License.