This project is an advanced web-based Sales Performance Calculator that mirrors the functionality of a comprehensive spreadsheet tool. The tool includes input fields for various sales metrics, performs automated calculations, displays results dynamically in a user-friendly interface, and provides contextual explanations for each field. The final version is styled for clarity, fully responsive, and ready to embed seamlessly into GoHighLevel dashboards and funnels using an iframe.
- Input fields for various sales metrics
- Real-time calculations and dynamic updates
- Clear and user-friendly interface
- Contextual explanations for each metric
- Responsive design for desktop, tablet, and mobile devices
- Ready to embed into GoHighLevel dashboards and funnels
- New Leads
- Engaged Leads
- Qualified Leads
- Appointments Booked
- Appointments Showed
- New Sales
- Sales from Referrals
- Churn/Refund Rate (%)
- Sales & Marketing Costs
- Product & Operational Costs
- Net Profit
- Gross Profit per Customer
- Average Cost Per Acquisition (CAC)
- Refund Rate Impact
- Churn Costs
-
Clone the repository:
git clone https://github.com/your-username/performance-calculator.git cd performance-calculator
-
Install dependencies:
npm install
-
Run the application locally:
npm start
-
Open
index.html
in a web browser to view the application.
The project is configured to deploy to GitHub Pages using GitHub Actions. To deploy the application:
- Push your changes to the
main
branch. - The GitHub Actions workflow will automatically build and deploy the application to GitHub Pages.
To embed the Sales Performance Calculator into GoHighLevel dashboards and funnels, use the following iframe code:
<iframe
src="https://your-username.github.io/performance-calculator/"
width="100%"
height="800px"
style="border: none;">
</iframe>
Contributions are welcome! Please open an issue or submit a pull request for any improvements or bug fixes.
This project is licensed under the MIT License. See the LICENSE file for details.