A React-based web application to help freelancers calculate their net earnings after fees and currency conversion.


- Calculate net earnings from gross income
- Account for service fees, GST, withholding tax, and withdrawal fees
- Convert between different currencies
- Dynamic exchange rate lookup
- Responsive design for desktop and mobile use
- React
- Vite
- TypeScript
- Tailwind CSS
- shadcn/ui components
- Clone the repository
- Install dependencies:
npm install
- Run the development server:
npm run dev
- Open
http://localhost:5173
in your browser
- Select your earning and deposit currencies
- Enter your total earnings and applicable fees
- Provide the current exchange rate
- Click "Calculate" to see your net earnings
Contributions are welcome! Please feel free to submit a Pull Request.
This project is open source and available under the MIT License.
Created by Harshvardhan Joshi
Made with ❤️ in React + Vite