- You have two different calculator designs here.
- They are basic calculators made with:
html
,css
andjs
. - They have a pretty nice appearance and can be used without problems because they have
no bugs
. - Both use the
eval()
function to calculate the value that is in theinput
.
Clone the repo
git clone https://github.com/ValyMnDul/Calculator.git
Enter the "Calculator" directory
cd Calculator
If you want the first design, go to the Design 1
directory and open the index.html
file.
cd Design\ 1 && open index.html
If you want the second design, go to the Design 2
directory and open the Index.html
file.
cd Design\ 2 && open Index.html
Pull requests are welcome! If you'd like to contribute or suggest features, feel free to open an issue or fork the repo.