https://github.com/twhy/calculator
Calculator 计算器
https://github.com/twhy/calculator
Last synced: about 1 year ago
JSON representation
Calculator 计算器
- Host: GitHub
- URL: https://github.com/twhy/calculator
- Owner: twhy
- Created: 2017-07-21T03:22:03.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-08-01T04:51:18.000Z (almost 9 years ago)
- Last Synced: 2025-04-12T03:13:50.301Z (about 1 year ago)
- Language: JavaScript
- Homepage: https://twhy.github.io/calculator
- Size: 21.5 KB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Calculator
**计算器完整版**
* 加减乘除
* 适配横屏
* 事件代理
* 相关文件 `index.html` `app.js` `app.css`
**计算器作业版**
* 只有加法(请完成剩余功能)
* 相关文件 `calc.html` `calc.js` `app.css`