Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/frankwallis/adder

Simple number adder
https://github.com/frankwallis/adder

Last synced: 10 days ago
JSON representation

Simple number adder

Awesome Lists containing this project

README

        

# Adder

Simple calculator program

Uses ReactJS, WebPack, Babel, Jest.
Due to a limitation with Jest & Jsdom, tests need to be run in node 0.10.

## Installation

```zsh
npm install
npm run build
npm start
```

## Test

```zsh
npm test
```

## Development

```zsh
npm run watch
```

## TODO

- Keyboard Input
- Responsive Styling & Layout