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/
- Host: GitHub
- URL: https://github.com/isaychris/react-calculator
- Owner: isaychris
- Created: 2018-10-05T01:03:06.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-10-11T10:53:21.000Z (over 7 years ago)
- Last Synced: 2025-02-23T07:30:06.886Z (about 1 year ago)
- Topics: calculator, mathjs, react
- Language: JavaScript
- Homepage:
- Size: 9.31 MB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
