react-calculator
react-calculator copied to clipboard
trafficstars
TDD React
A simple Calculator app created for a blog post at testdriven.io.
Local Setup
$ git clone [email protected]:calebpollman/react-calculator.git
$ cd react-calculator
$ npm install
Run Locally
$ npm start
Run Tests
$ npm test