TDD React

A simple Calculator app created as a practice after a tutorial at testdriven.io

Local Setup

$ git clone https://github.com/zanenkn/react-calculator.git
$ cd react-calculator
$ npm install

Run Locally

$ npm start

Run Tests

$ npm test