This project was bootstrapped with Create React App.
SimpleReactCalc is a calculator app built using reactJS from scratch. Some key feature includes, Scientific mode: Shows additional action buttons.(square root, square etc.) DarkMode: Toggle option between light mode and dark mode.
Make sure you have node and npm isntalled. Open an other terminal and cd into the the project root directory.
npm install
npm start
open browser and fire localhost:3000 to see your react-app running.