Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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`