The SoftwareUnitsProducedCounter is a web-based application that simulates the production of software units based on various input parameters. It uses React and Recharts to provide a dynamic and interactive user interface.
- Production Simulation: Calculate production based on total hours, inefficient hours, and the effect of AI tools like GitHub Copilot.
- Real-time Updates: View real-time updates of production history using interactive charts.
- User Controls: Adjust parameters such as total hours, inefficient hours, copilot effect, adoption, and activity to see their impact on production.
- Clone the repository:
git clone https://github.com/MattG57/SoftwareUnitsProducedCounter.git
- Navigate to the project directory:
cd SoftwareUnitsProducedCounter
- Open
index.html
in a web browser to view the application.
- Adjust the sliders to set the values for total hours, inefficient hours, copilot effect, adoption, and activity.
- View the updated production results and history in real-time.
- React: For building the user interface.
- Recharts: For rendering interactive charts.
- HTML/CSS: For structuring and styling the web page.
Contributions are welcome! Please open an issue or submit a pull request with your changes.
This project is licensed under the MIT License.
For any questions or feedback, please open an issue in the repository.
You can update the README.md file with this content to provide a comprehensive description of your project.