A powerful and intuitive tool for freelancers to calculate project prices and convert currencies, built with Next.js and Bun.
- 🧮 Calculate project earnings based on total amount, duration, and work schedule
- 💱 Real-time currency conversion
- 📅 Date range selection for project duration
- 🌐 Support for multiple currencies
- Bun installed on your machine
- A free API key from CurrencyAPI
-
Clone the repository:
git clone https://github.com/SkidGod4444/fpc.git cd fpc
-
Install dependencies:
bun install
-
Create a
.env.local
file in the root directory and add your CurrencyAPI key:CURRENCY_API_KEY=your_api_key_here
-
Start the development server:
bun dev
-
Open http://localhost:3000 with your browser to see the application.
- Enter the total project amount
- Select the project duration using the date picker
- Adjust work hours per day and days per week if needed
- View the calculated hourly rate and other project metrics
- Use the currency converter tab to convert between different currencies
Contributions are welcome! Please feel free to submit a Pull Request.
This project is licensed under the MIT License - see the LICENSE file for details.
- Next.js - The React Framework for the Web
- Bun - A fast all-in-one JavaScript runtime
- CurrencyAPI - Real-time currency conversion rates
Built with ❤️ by Saidev Dhal