Skip to content

Latest commit

 

History

History
22 lines (19 loc) · 366 Bytes

File metadata and controls

22 lines (19 loc) · 366 Bytes

react-redux-calculator

Simple caculator using React and Redux.

How to run

yarn
yarn start

Then access http://localhost:3000/

To do:

  • 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