Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wyze/typescript-calculator
A calculator built with TypeScript.
https://github.com/wyze/typescript-calculator
glamor preact redux typescript
Last synced: about 1 month ago
JSON representation
A calculator built with TypeScript.
- Host: GitHub
- URL: https://github.com/wyze/typescript-calculator
- Owner: wyze
- License: mit
- Created: 2017-04-23T19:42:43.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-10-31T15:46:39.000Z (about 7 years ago)
- Last Synced: 2024-06-14T21:08:39.396Z (8 months ago)
- Topics: glamor, preact, redux, typescript
- Language: TypeScript
- Homepage: https://typescript-calculator.surge.sh/
- Size: 88.9 KB
- Stars: 3
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
- Changelog: changelog.md
- License: license
Awesome Lists containing this project
README
# typescript-calculator
[![Website][website-image]][website-url]
[![Build Status][travis-image]][travis-url]
[![dependencies][deps-image]][deps-url]
[![devDependencies][depsdev-image]][depsdev-url]> A calculator built with [TypeScript](https://github.com/Microsoft/typescript).
## Live Demo
https://typescript-calculator.surge.sh
## Setup
```sh
$ git clone https://github.com/wyze/typescript-calculator.git
$ cd typescript-calculator
$ yarn # or `npm install`
```## Development
```sh
$ npm run dev
```## Build
```sh
$ npm run build
```## Change Log
> [Full Change Log](changelog.md)
### [v1.0.0](https://github.com/wyze/typescript-calculator/releases/tag/v1.0.0) (2017-04-23)
* [[`ad19a4da87`](https://github.com/wyze/typescript-calculator/commit/ad19a4da87)] - Initial commit (Neil Kistner)
## License
MIT © [Neil Kistner](https://neilkistner.com)
[website-image]: https://img.shields.io/website-up-down-green-red/https/typescript-calculator.surge.sh.svg?style=flat-square
[website-url]: https://typescript-calculator.surge.sh[travis-image]: https://img.shields.io/travis/wyze/typescript-calculator.svg?style=flat-square
[travis-url]: https://travis-ci.org/wyze/typescript-calculator[deps-image]: https://img.shields.io/david/wyze/typescript-calculator.svg?style=flat-square
[deps-url]: https://david-dm.org/wyze/typescript-calculator[depsdev-image]: https://img.shields.io/david/dev/wyze/typescript-calculator.svg?style=flat-square
[depsdev-url]: https://david-dm.org/wyze/typescript-calculator?type=dev