A simple app that performs arithmetic operation bases on inputs and symbols
- Live Demo
- Background
- Built With
- Prerequisites
- Install
- Deployment
- Potential Future Feature
- Maintainers
- License
Live version can be found in Live
Simple calculator built using React. Management of states are simple and passed from main App component downstream to children components.
- Major languages - JavaScript, html5, CSS3
- Frameworks - React
- Device must have installed nodejs. You can install it from here.
Open terminal and perform the operation sequentially.
- Clone the repository
git clone [email protected]:shshamim63/react-calculator.git
- Get into the repository
cd react-calculator
- Install the dependencies on node_module
- With npm -
npm install
OR - With yarn -
yarn install
- To start the project
yarn start
ornpm start
- To create an optimized production(build)
- With npm -
npm run build
OR - With yarn -
yarn run build
- With npm -
- Improve the current User Interface
- Add more arithmetic operations
👤 Shakhawat Hossain
- Github: @shshamim63
- Twitter: @Shshamim090
- Linkedin: shakhawathossainshamim
🤝 PRs accepted.
- Fork it (https://github.com/shshamim63/react-calculator)
- Create your feature branch (git checkout -b feature/[choose-a-name])
- Commit your changes (git commit -am 'what this commit will fix/add')
- Push to the branch (git push origin feature/[chosen-name])
- Create a new Pull Request
Small note: If editing the README, please conform to the standard-readme specification.
Give a ⭐️ if you like this project!
Small note: If editing the README, please conform to the standard-readme specification.
MIT © 2019 Shakhawat Hossain