react-calculator

Simple web based calculator with basic calculation features

Stars
1

react-calculator

Calculator built using react. Live demo

Table of Contents

Background

Simple calculator built using React. State management is simple and passes from main App component downstream to children components.

Updated version removes the usage of class and converted App into a stateless component using hooks.

Install

  • Clone this repo
  • cd to cloned repository folder react-calculator
  • in terminal run yarn install or npm install

Maintainers

Ryan and Dipto

Contributing

Ryan and Dipto

PRs accepted.

License

MIT © 2019 Ryan and Dipto

Badges
Extracted from project README
standard-readme compliant
Related Projects