Esti.mate is a web application designed to help users estimate costs and profits associated with various tasks such as writing, recording, designing, and more. The application allows users to input various parameters related to their projects and provides an estimate based on the inputted data.
- Work Size Input: Users can specify the word count, recording length, design hours, development hours, and meeting hours.
- Cost Calculation: Users can choose different services (e.g., extraction, cleanup, translation) and input their respective rates to calculate total costs.
- Profit Margin: Users can set a profit margin percentage to see potential profits alongside the total estimate.
- Dynamic Updates: The totals and calculations update dynamically as users change their inputs.
You can try out the live demo of Esti.mate at: https://esti-mate.pages.dev/
- HTML
- CSS
- JavaScript
- Enter the desired values for word count, recording length, design hours, development hours, and meeting hours.
- Select the services you wish to include in your estimate by checking the corresponding boxes.
- Input the rates for each service.
- Adjust the profit margin percentage as needed.
- The application will automatically calculate and display the total cost, profit, and estimate based on your inputs.
To run Esti.mate locally, clone the repository and open index.html in your web browser.
git clone https://github.com/okturan/esti.mate
cd esti-mate
open index.html