https://github.com/hoxtygen/calculator
A calculator with basic function
https://github.com/hoxtygen/calculator
Last synced: 10 months ago
JSON representation
A calculator with basic function
- Host: GitHub
- URL: https://github.com/hoxtygen/calculator
- Owner: Hoxtygen
- Created: 2018-05-01T10:51:57.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-05-01T10:55:30.000Z (about 8 years ago)
- Last Synced: 2025-01-11T00:25:33.174Z (over 1 year ago)
- Language: JavaScript
- Size: 17.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
#This is an FCC project towards achieving frontend certification
#The calculator works for now in the most basic level, advanced functionalities planned in the nearest future as my knowledge of javascript increases.
#The major bug in this calculator for now is how it behaves when two operators are clicked consecutively.