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.
- React
- Redux
- HTML5
- SASS
- Parser
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.
Feel free to contribute if you want to make it better.
- Github: https://github.com/FabienNeibaf
- Email: fabienrakotomampiandra@gmail.com