isaychris / react-calculator

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

react-calculator

A simple calculator powered by React. Built with 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

About

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


Languages

Language:JavaScript 70.4%Language:CSS 15.6%Language:HTML 14.0%