A simple react application for doing mathematical operations (calculator) and build to learn implementation of useReducer hook.
The Application was build using following technologies:
- ReactJs
Click me for the live demo.
- Add
- Subtract
- Mulitply
- Divide
- integer formater
Clone the project
git clone https://github.com/lonebots/simple-react-calculator-app.gitNavigate to root directory
cd simple-react-calculator-app Install the node_modules
npm install
# or
yarn installRun the application
npm start
# or
yarn startContributions are always welcome!
See contributing.md for ways to get started.
Please adhere to this project's code of conduct.
