Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mthwndrsn authored Aug 13, 2024
1 parent 1afeee0 commit 272aadb
Showing 1 changed file with 41 additions and 1 deletion.
42 changes: 41 additions & 1 deletion README.md
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.

0 comments on commit 272aadb

Please sign in to comment.