Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dangarfield/payroll-giving-calculator
Identify how much your charity could benefit from donations coming straight from your pay slip
https://github.com/dangarfield/payroll-giving-calculator
Last synced: about 7 hours ago
JSON representation
Identify how much your charity could benefit from donations coming straight from your pay slip
- Host: GitHub
- URL: https://github.com/dangarfield/payroll-giving-calculator
- Owner: dangarfield
- Created: 2018-07-31T21:48:00.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-11-23T13:08:29.000Z (almost 2 years ago)
- Last Synced: 2023-08-06T13:11:01.960Z (over 1 year ago)
- Language: HTML
- Size: 839 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Payroll Giving Calculator
> Identify how much your charity could benefit from donations coming straight from your pay slip. No negative impact to you, many more £1,000s for your charity![Payroll Giving Calculator](https://i.ibb.co/JdybTMF/Screenshot-2021-01-09-at-13-47-23.png)
### Integration:
To integrate, simply paste the following into your page HTML where you want the component to appear. All styling and interaction is isolated within the component and will not affect anything else on the page
```html```
### Example page:
- https://dangarfield.github.io/payroll-giving-calculator/src/preview.html (`/src/index.html` in this repo)### Notes
- Use of Web Components with shadow dom
- Styling based on ZEO Church
- Start local server with `npm run dev`