fpc

A powerful and intuitive tool for freelancers to calculate project prices and convert currencies, i believe you will not make any wrong deals with client next time like me. ๐Ÿ˜ญ

MIT License

Stars
1
Committers
2

Freelance Price Calculator

A powerful and intuitive tool for freelancers to calculate project prices and convert currencies, built with Next.js and Bun.

Features

  • ๐Ÿงฎ 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

Getting Started

Prerequisites

Installation

  1. Clone the repository:

    git clone https://github.com/SkidGod4444/fpc.git
    cd fpc
    
  2. Install dependencies:

    bun install
    
  3. Create a .env.local file in the root directory and add your CurrencyAPI key:

    CURRENCY_API_KEY=your_api_key_here
    
  4. Start the development server:

    bun dev
    
  5. Open http://localhost:3000 with your browser to see the application.

Usage

  1. Enter the total project amount
  2. Select the project duration using the date picker
  3. Adjust work hours per day and days per week if needed
  4. View the calculated hourly rate and other project metrics
  5. Use the currency converter tab to convert between different currencies

Contributing

Contributions are welcome! Please feel free to submit a Pull Request.

License

This project is licensed under the MIT License - see the LICENSE file for details.

Acknowledgments

  • 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