Skip to content

Latest commit

 

History

History
43 lines (31 loc) · 1.17 KB

README.md

File metadata and controls

43 lines (31 loc) · 1.17 KB

#️⃣ Calculator

This is an evolving calculator that takes any mathematical expression and evaluates it. In the core, it:

  • Takes the user input,
  • Normalizes it,
  • Creates an expression object from the normalized input, and
  • Evaluates the expression.

Calculator

Technologies

  • React
  • Redux
  • HTML5
  • SASS
  • Parser

🔌 Set up

To run the project:

  • Clone the repository: https://github.com/FabienNeibaf/Calculator
  • Run npm install. It will install all the dependencies required by the project
  • Run npm start to start the development server. It will automatically open the page in your default browser.

💻 Live demo

✏️ Contribute

Feel free to contribute if you want to make it better.

Author

Follow me