Simple caculator using React and Redux.
yarn
yarn start
Then access http://localhost:3000/
- Roots
- Exponents
- Percentage
- Float numbers
- Allow the keyboard use
- Add unit tests
- Add npm module for safe eval
- Add action to the calc function
- Check if the first digit is not an operator
- Add esLint