From f60da0d4000059d461ec43ec5e336f10b87f0304 Mon Sep 17 00:00:00 2001 From: buzz-lightsnack-2007 <73412182+buzz-lightsnack-2007@users.noreply.github.com> Date: Mon, 22 Jul 2024 20:37:26 +0800 Subject: [PATCH] write readme --- readme.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 readme.md diff --git a/readme.md b/readme.md new file mode 100644 index 0000000..98a57e1 --- /dev/null +++ b/readme.md @@ -0,0 +1,8 @@ + # Calculator Prompt + **_Do math, now._** + + This project was made for the Xavier School computer science course. + + Consists of: + - [ ] **interpreter.js**: Solve equations, from simple mathematics operations, to complex JavaScript code --- all from an input box! + - [ ] **calculator.js**: Perform math with iOS-style inputs.