This project emulates a simple calculator with most of the required functionalities, using only HTML
, CSS
and Javascript
.
- Simple algebraic calculations
- automatically add multiplication symbols whenever necessary
- restrict user from typing wrong expressions
- Responsive
- Created glassmorphism effect
- dark theme UI
- Simple hover and click effects
- Open cmd and type in the following command:
git clone https://github.com/Soumyajit0803/Basic-calculator.git
Hit enter and wait for git to clone the repo in your local machine.
- Then enter the folder
Basic-calculator
and opencalculator.html
. - There you go!