A React-based web application to help freelancers calculate their net earnings after fees and currency conversion.
![Freelance Earnings Calculator](https://private-user-images.githubusercontent.com/11572011/371740061-221a2167-4eff-4bb3-b1f5-ddfee7b0d2d4.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkyNDk5MzQsIm5iZiI6MTczOTI0OTYzNCwicGF0aCI6Ii8xMTU3MjAxMS8zNzE3NDAwNjEtMjIxYTIxNjctNGVmZi00YmIzLWIxZjUtZGRmZWU3YjBkMmQ0LnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTElMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjExVDA0NTM1NFomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTMyYzY4NTBmYTcwNWMyMzdjZjY4ZmE2ZTZiZDRhOWViOTFkMTlkYzEzNWEzZmVmNDkyMTUxOTI1ZWI0MDM3MjMmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.3a_YEMe9omIW_gqj5RieZO7gwPpw07-7WuO8LJl8Vfk)
![image](https://private-user-images.githubusercontent.com/11572011/371740093-df9714da-0b30-4419-9209-3ffdcbbbfcd1.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkyNDk5MzQsIm5iZiI6MTczOTI0OTYzNCwicGF0aCI6Ii8xMTU3MjAxMS8zNzE3NDAwOTMtZGY5NzE0ZGEtMGIzMC00NDE5LTkyMDktM2ZmZGNiYmJmY2QxLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTElMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjExVDA0NTM1NFomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTMwNWM4YjZmNGFkZjg5N2IyN2VkNDc4YjAzOTJjYzJmYjZiOTI4MWQ3NDk3MDc4NDNlOTdiMDc5OGY5ZjFiZmYmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.UbAR65rClxpvcv8ZQiwVibEOy23HdJLEN3Nby0FNbPU)
- 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