/SimpleReactCalc

A simple react based calculator.

Primary LanguageJavaScript

This project was bootstrapped with Create React App.

SimpleReactCalc

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.

Running it locally.

Make sure you have node and npm isntalled. Open an other terminal and cd into the the project root directory.

Install dependencies and start the server.

npm install

npm start

open browser and fire localhost:3000 to see your react-app running.