Skip to content

VAT calculator - exclude or add VAT from / to amount.

Notifications You must be signed in to change notification settings

Kraftbit/exclude-vat-calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Exclude VAT calculator

Exclude VAT calculator is web app and progressive web app (PWA) for calculating (substracting or adding) VAT (or any percentage) from amount.

Technologies

This app is developed with:

  • HTML,
  • Alpine.js - minimal lightweight JavaScript reactivity framework
  • TailwindCSS - utility-first CSS framework) for styling
  • Workbox - Google's set of libraries for making Progressive Web App
  • UglifyJS - JavaScript parser, minifier, compressor and beautifier toolkit
  • copyfiles - copy files easily

Installation (for modifying and further development)

Clone this repo, install dependencies and run build.

git clone git@github.com:Kraftbit/exclude-vat-calculator.git
cd exclude-vat-calculator
npm install
npm run build

Usage

Run index.html from /build folder in your browser.

Demo

You can check how this app runs here - excludevat.com.

PWA Installation

You can install PWA on you mobile / other device form your browser window (when you visit excludevat.com)

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

License

MIT