You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This project is a simple calculator built with react version 16.12. This gives a glimpse of how react, state, props and CSS with react work. VIEW DEMO HERE
Basic Calculator, helps to understand the basic work flow of react components, state-management and props
Clone this repo, and run:
npm install
and then cd into the project folder and run
npm start
About
This project is a simple calculator built with react version 16.12. This gives a glimpse of how react, state, props and CSS with react work. VIEW DEMO HERE