-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
41 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,41 @@ | ||
# autoben | ||
# Automation Benefit Calculator | ||
|
||
Welcome to the Automation Benefit Calculator! This simple web app helps you calculate the potential time and cost savings from automating a manual and repetitive process. Hosted on GitHub Pages, this tool can be easily accessed and used directly from your browser. | ||
|
||
## Features | ||
|
||
- **Time Savings Calculation**: Input the time spent on manual and automated processes to see how much time you can save. | ||
- **Cost Savings Estimation**: Calculate potential cost savings based on the time saved and your hourly cost rate. | ||
- **Simple and Intuitive Interface**: Easy-to-use form allows for quick input and results. | ||
|
||
## How It Works | ||
|
||
1. **Enter Details**: Provide the following inputs in the form: | ||
- Time spent on the manual process (hours per instance). | ||
- Frequency of the process (times per month). | ||
- Time spent on the automated process (hours per instance). | ||
- Hourly cost rate ($). | ||
|
||
2. **Calculate**: Click the "Calculate" button to compute the time saved and potential cost savings. | ||
|
||
3. **Results**: View the results, including total manual time, total automated time, time saved, and potential cost savings per month. | ||
|
||
## Usage | ||
|
||
To use the calculator, simply visit the hosted page on GitHub Pages. No installation or setup is required, and the app runs entirely in your browser. | ||
|
||
## Development | ||
|
||
This project is built using HTML, CSS, and JavaScript, making it a lightweight and static web application. Feel free to clone the repository and modify the code to fit your specific needs. | ||
|
||
## Contributing | ||
|
||
Contributions are welcome! If you have any ideas for improvements or want to report a bug, please open an issue or submit a pull request. | ||
|
||
## License | ||
|
||
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details. | ||
|
||
## Acknowledgments | ||
|
||
Thanks to the open-source community for providing the tools and resources that made this project possible. |