Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ginabeki/calculator_js
https://github.com/ginabeki/calculator_js
Last synced: 19 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/ginabeki/calculator_js
- Owner: ginabeki
- Created: 2022-06-23T06:29:49.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-06-23T07:45:55.000Z (over 2 years ago)
- Last Synced: 2023-03-05T06:24:17.626Z (almost 2 years ago)
- Language: JavaScript
- Size: 29.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Build a basic arithmetic calculator without a frontend
- The calculator should be able to perform basic operations like Addition, Subtraction, Multiplication, & Division
## How to run this program
- git clone `https://github.com/ginabeki/calculator_js.git` on the terminal for https,
git clone `[email protected]:ginabeki/calculator_js.git` on the terminal for ssh.
- Make sure you have Node and NPM installed
- Run `npm install prompt-sync` in the terminal
- Now run the program on the CLI## Output: