This is a React app that mimics a simple calculator
- Used JSX to create components
- Used create-react-app to build React applications
- Responds to user input to update the displayed value
- Used state to build stateful React applications
- Used Flexbox and/or Grid to lay out a page
npm packages used:
This is a stateful application. Some of the elements that use state are:
- the value that is displayed
- The value the user selected before pressing an operation button
- Operation (The operation the user is performing (+/-/÷/x))
Deployed using Netlify. Live