Calculator App

Features:

  • The user can perform various basic arithmetic operations

Built With

  • React

Todos

  1. After an arithmetic operation the next value clears the previous evaluation
  2. Add commas to number for readability
  3. Add support for exponentiation, square roots, logarithm's

Project Setup

npm install

Compile and Hot-Reload for Development

npm run dev

Compile and Minify for Production

npm run build