https://github.com/ibwei/edu-test-h5
一个基于 UMI+DVA开发的教育机构学生测试的H5,支持多次提交,查看历史,查看分析,中断继续等功能。
https://github.com/ibwei/edu-test-h5
dva react reacthooks umi
Last synced: 9 months ago
JSON representation
一个基于 UMI+DVA开发的教育机构学生测试的H5,支持多次提交,查看历史,查看分析,中断继续等功能。
- Host: GitHub
- URL: https://github.com/ibwei/edu-test-h5
- Owner: ibwei
- Created: 2021-03-07T06:58:43.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-04-16T15:17:09.000Z (about 5 years ago)
- Last Synced: 2025-05-17T23:39:22.739Z (12 months ago)
- Topics: dva, react, reacthooks, umi
- Language: TypeScript
- Homepage: http://edutest.pinxianhs.com
- Size: 1.13 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# edu-test-h5
一个基于 UMI+DVA开发的教育机构学生测试的H5,支持多次提交,查看历史,查看分析,中断继续等功能。
# 体验
- [demo H5地址](http://edutest.pinxianhs.com/)
- 该项目从小程序版本重构而来,入口如下
- 
## 用到的技术
- UMI
- DVA
- [echarts](https://github.com/ecomfe/echarts-for-weixin)
- 后端采用的是 php 的 laravel 框架,[后端仓库地址](https://github.com/ibwei/edu-test-api) [后续会采用 Node.js的 nest 框架重构]
## 界面截图
- #### 登录页面

- #### 答题页面

- #### 分析页面

- #### 历史记录页面

- #### 缓存检测

如果这个仓库对你有帮助的话,欢迎 star.
如果有更好的建议,以及关于用户体验和 bug的问题,欢迎在 issue 中向我们反馈,谢谢!
## Getting Started
Install dependencies,
```bash
$ yarn
```
Start the dev server,
```bash
$ yarn start
```