commit f60da0d4000059d461ec43ec5e336f10b87f0304 Author: buzz-lightsnack-2007 <73412182+buzz-lightsnack-2007@users.noreply.github.com> Date: Mon Jul 22 20:37:26 2024 +0800 write readme 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.