adamrodrigues11 / react-calculator

Basic calculator (with standard operations, memory, and scientific notation). Built using React.js for an academic project.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

React Calculator

This was my first ever React project: creating a basic calculator app. The project helped me to learn the basics of stateful components, sharing state down the component tree using props, and managing state in parent components by passing custom event handlers to child components.

About

Basic calculator (with standard operations, memory, and scientific notation). Built using React.js for an academic project.