Skip to content

This parser-based calculator uses Javascript to evaluate any type of mathematically valid expresion, from simple arithmetic to algebraic expressions.

Notifications You must be signed in to change notification settings

FabienNeibaf/Calculator

Repository files navigation

#️⃣ 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

About

This parser-based calculator uses Javascript to evaluate any type of mathematically valid expresion, from simple arithmetic to algebraic expressions.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published