Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/brendan-leighton/equation-saver
https://github.com/brendan-leighton/equation-saver
Last synced: 18 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/brendan-leighton/equation-saver
- Owner: Brendan-Leighton
- Created: 2024-04-23T17:43:40.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-12-04T02:04:03.000Z (about 1 month ago)
- Last Synced: 2024-12-04T03:18:08.644Z (about 1 month ago)
- Language: JavaScript
- Size: 57.9 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[apache]: https://img.shields.io/badge/License-Apache%20License%202.0-blue
[apache-url]: http://www.apache.org/licenses/LICENSE-2.0
# :heavy_minus_sign: :heavy_plus_sign: Equation Saver :heavy_multiplication_x: :heavy_division_sign:*Calculators are used to compute two values; equations compute many values.*
## About the Project
Save an equation to run it later quickly. Add values as Constants or Variables, select operators, use parentheses to control computation order, and easily edit with a drag-and-drop interface.
### Example Scenario
---
#### Example 1 - Simple EquationAn elementary example: Paycheck = Hours Worked * Hourly Wage.
- Your Hourly Wage usually won't change, so we enter a value of 15 (for $15/hour)
- The Hours Worked will change week-to-week, so we'll assign this variable "HoursWorked."`Paycheck = HoursWorked * 15`
Equation Saver will allow you to enter your hours, click a submit button, and give you an expected paycheck amount.
---
#### Example 2 - Complex EquationLet's say, in the previous example, you wanted to account for taxes. We'll assume 30% will go to taxes.
To figure 30% of the money earned in the pay period, we'll do: `(HoursWorked * 15 * 0.3)`. Then we take what we had before and subtract this 30%. `Paycheck = HoursWorked * 15 - (HoursWorked * 15 * 0.3)` For this equation, once you set it up, you only have to enter a value for the HoursWorked to calculate the next paycheck's amount. The simplicity of not having to enter this all into a calculator is what Equation Saver is intended for.
## Getting Started
{text}### Prerequisites
{text}### Installation
{text}## Usage
{text}[Link to live project or demo](http://www.example.com)
### Roadmap
{text}## Contributing
{text}### Contributors
{text}## License
*Begin license text.*{text}
*End license text.*
## Contact
{text}| Name | Role | Contact Options |
| ---------------- | ------------------ | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Brendan Leighton | Repo Owner | [Email]([email protected]), [GitHub](https://github.com/Brendan-Leighton), [LinkedIn](https://www.linkedin.com/in/brendan-leighton/), [Bsky](https://bsky.app/profile/brenzy.bsky.social) |
| *your name here* | *be a contributor* | *contacts optional* |## Acknowledgements
{text}