A simple calculator using React.
View example on react-calculator-9002.surge.sh
$ cd react-calculator
$ npm install
$ npm start
$ cd react-calculator
$ npm test
Contributions are welcome!
- Fork it.
- Create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -am 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- Submit a pull request :D
Or open up an issue.
In addition to the Github Issues page
Licensed under the MIT License.