- You have two different calculator designs here.
- They are basic calculators made with:
html,cssandjs. - 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.gitEnter the "Calculator" directory
cd CalculatorIf you want the first design, go to the Design 1 directory and open the index.html file.
cd Design\ 1 && open index.htmlIf you want the second design, go to the Design 2 directory and open the Index.html file.
cd Design\ 2 && open Index.htmlPull requests are welcome! If you'd like to contribute or suggest features, feel free to open an issue or fork the repo.
