# material_calculator [![npm version](https://badge.fury.io/js/material_calculator.svg)](https://www.npmjs.com/package/material_calculator) [![Bower version](https://badge.fury.io/bo/material_calculator.svg)](https://badge.fury.io/bo/material_calculator) [![Build Status](https://travis-ci.org/xxczaki/calculator.js.svg?branch=master)](https://travis-ci.org/xxczaki/calculator.js) [![JavaScript Style Guide](https://img.shields.io/badge/code_style-standard-brightgreen.svg)](https://standardjs.com)

Simple Web Calculator Designed with Material Design :-)

## Demo

![Demo](https://raw.githubusercontent.com/xxczaki/calculator.js/master/demo-view.png)

Click [HERE](https://akepinski.me/calculator/) to see live demo.

*Also check out [Alessio Delmonti's](https://github.com/Alexintosh) [Electron Calculator](https://github.com/Alexintosh/Electron-Calculator)!*

## Features

- Simple usage
- Easy installation
- Clean Code
- Designed with Beautiful Google Material Design
- Well Commented

## Install

### :bird: Bower<br>![](https://badge.fury.io/bo/material_calculator.svg)

```
bower install material_calculator
```

### :package: NPM<br>![](https://badge.fury.io/js/material_calculator.svg)

```
npm i material_calculator
```
You can also clone this repository or click buttons below:

[![Deploy to Netlify](https://www.netlify.com/img/deploy/button.svg)](https://app.netlify.com/start/deploy?repository=https://github.com/xxczaki/calculator.js)

[![Deploy](https://www.herokucdn.com/deploy/button.svg)](https://heroku.com/deploy)

[![Deploy to now](https://deploy.now.sh/static/button.svg)](https://deploy.now.sh/?repo=https://github.com/xxczaki/calculator.js)

<a href="https://www.patreon.com/akepinski">
	<img src="https://c5.patreon.com/external/logo/become_a_patron_button@2x.png" width="160">
</a>

## Usage

Run index.html to see it in action!

## Stack

* HTML 5
* CSS 3
* JAVASCRIPT 5
* Bootstrap 3
* JQuery 2.1.4
* Google Fonts

## My other Projects

- [akepinski.me](https://github.com/xxczaki/akepinski.me): Simple "About Me" Static Website Theme.
- [Logger](https://github.com/xxczaki/logger): Secure & Simple Windows Keylogger written in C#.

## License

[MIT](https://opensource.org/licenses/MIT)

Also: Thank you to all contributors for their help ;-) 

[![JavaScript Style Guide](https://cdn.rawgit.com/standard/standard/master/badge.svg)](https://github.com/standard/standard)
