Skip to content

OluwoleDove/simple_calculator_app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

simple_calculator_app

The app performs basic mathematical operations on numbers, and it obeys BODMAS rule

The styling concept employed is NEUMORPHISM - It's to create a 3D feel to it A function reads the input string to extract the operators Another functions performs the calculation based on the BODMANS rule.

When you load your 'index.html', you should get something like 'final-outcome-image.jpeg'

Enjoy!