Skip to content

Latest commit

 

History

History
82 lines (58 loc) · 2.55 KB

README.md

File metadata and controls

82 lines (58 loc) · 2.55 KB

react-calculator

standard-readme compliant

A simple app that performs arithmetic operation bases on inputs and symbols

calculator

Table of Contents

Live Demo

Live version can be found in Live

Background

Simple calculator built using React. Management of states are simple and passed from main App component downstream to children components.

Built With

  • Major languages - JavaScript, html5, CSS3
  • Frameworks - React

Prerequisites

  • Device must have installed nodejs. You can install it from here.

Install

Open terminal and perform the operation sequentially.

  1. Clone the repository git clone [email protected]:shshamim63/react-calculator.git
  2. Get into the repository cd react-calculator
  3. Install the dependencies on node_module
  • With npm - npm install
    OR
  • With yarn - yarn install
  1. To start the project yarn start or npm start

Deployment

  • To create an optimized production(build)
    • With npm - npm run build
      OR
    • With yarn - yarn run build

Potential Future Feature

  • Improve the current User Interface
  • Add more arithmetic operations

Maintainers

👤 Shakhawat Hossain

Contributing

🤝 PRs accepted.

  1. Fork it (https://github.com/shshamim63/react-calculator)
  2. Create your feature branch (git checkout -b feature/[choose-a-name])
  3. Commit your changes (git commit -am 'what this commit will fix/add')
  4. Push to the branch (git push origin feature/[chosen-name])
  5. Create a new Pull Request

Small note: If editing the README, please conform to the standard-readme specification.

Show your support

Give a ⭐️ if you like this project!

Small note: If editing the README, please conform to the standard-readme specification.

License

MIT © 2019 Shakhawat Hossain