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

https://github.com/isaychris/react-calculator

A simple calculator with a history feature powered by ReactJS. https://isaychris.github.io/react-calculator/
https://github.com/isaychris/react-calculator

calculator mathjs react

Last synced: 8 months ago
JSON representation

A simple calculator with a history feature powered by ReactJS. https://isaychris.github.io/react-calculator/

Awesome Lists containing this project

README

          

# react-calculator
A simple calculator powered by React. Built with [create-react-app](https://github.com/facebook/create-react-app)

### Website:
https://isaychris.github.io/react-calculator/

### Features:
* History (clickable)
* Input from keyboard and mouse
* Error handling

### Keybindings
- [1, 2, 3, 4, 5, 6, 7, 8, 9, 0, ^, +, -, /, ., =, ()]
- [Backspace] = deletes the last input
- [Enter] = calculates the expression
- [c] = clears the display

![Image](https://i.imgur.com/oumVbiD.png)