diff --git a/.gitignore b/.gitignore index d51b580..8cb57f0 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,8 @@ api.spec -.venv/ +venv/ node_modules/ build/ dist/ -pycalcdist/ +package-lock.json +pretty-calculator*/ +.vscode/ diff --git a/index.html b/index.html index ae2dd70..fbf9374 100644 --- a/index.html +++ b/index.html @@ -3,12 +3,13 @@
We are using Node.js , - Chromium , - and Electron .
+ We are using Node.js , + Chromium , + and Electron .Input something like 1 + 1
.
This calculator supports +-*/^()
,
whitespaces, and integers and floating numbers.