四则运算题目快速生成与解决
基于命令行的高效交互方式
Vue.js 实现的现代前端 SPA
🔢 四则运算 | BIT 软件开发团队项目文档
项目共有三个仓库:
地址:https://github.com/spencerwooo/fluffy-math
Fluffy Math Core 为 Fluffy Math 四则运算类库的 生成与解决等底层工具库,同时也包含了命令行界面(CLI)的内容。主要完成了项目要求的第一阶段、第二阶段目标:
写一个能自动生成小学四则运算题目的命令行「软件」,分别满足下面的各种需求:
25 - 3 * 4 - 2 / 2 + 89 = ?
1/2 + 1/3 - 1/4 = ?
(5 - 4) * (3 + 28) = ?
除了整数外还指出真分数的四则运算
让程序接受用户输入答案,判定对错,最后给出总对、错题目的数量
构建与编译方式:
git clone https://github.com/spencerwooo/fluffy-math.git
yarn install
yarn start
更多内容请参考 Fluffy Math Core README。
地址:https://github.com/spencerwooo/fluffy-math-spa
Fluffy Math Front-end 即 Fluffy Math 的前端页面,主要完成了项目第三阶段的目标:
真的,我们两个人从来都没学过 Javascript。
这部分内容尚待完善。目前仅有基础框架,没有上线。
这部分已经部署,地址位于:https://spencerwoo.com/fluffy-math-spa/
构建与编译方式:
git clone https://github.com/spencerwooo/fluffy-math-spa.git
yarn install
# Compiles and hot-reloads for development
yarn run serve
更多内容请参考 Fluffy Math Front-end README。
🔢 Fluffy Math ©Spencer Woo. Released under the MIT License.
Authored by Spencer Woo. Co-maintained with @Garvey Lau.