diff --git a/README.md b/README.md new file mode 100644 index 0000000..fbe7eb5 --- /dev/null +++ b/README.md @@ -0,0 +1,9 @@ +# Vanilla-JavaScript-Calculator + +Pure vanilla JavaScript calculator using modern ES6 syntax and classes + +### Screenshot + +![](./images/Screensho2.png) +![](./images/Screenshot1.png) + diff --git a/images/Screensho2.png b/images/Screensho2.png new file mode 100644 index 0000000..cd25d82 Binary files /dev/null and b/images/Screensho2.png differ diff --git a/images/Screenshot1.png b/images/Screenshot1.png new file mode 100644 index 0000000..6a52e06 Binary files /dev/null and b/images/Screenshot1.png differ