An open API service indexing awesome lists of open source software.

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,支持多次提交,查看历史,查看分析,中断继续等功能。

Awesome Lists containing this project

README

          

# edu-test-h5

一个基于 UMI+DVA开发的教育机构学生测试的H5,支持多次提交,查看历史,查看分析,中断继续等功能。

# 体验

- [demo H5地址](http://edutest.pinxianhs.com/)
- 该项目从小程序版本重构而来,入口如下
- ![](https://user-gold-cdn.xitu.io/2020/7/7/173275acdab97da0?w=1052&h=1038&f=png&s=347207)

## 用到的技术

- UMI
- DVA
- [echarts](https://github.com/ecomfe/echarts-for-weixin)
- 后端采用的是 php 的 laravel 框架,[后端仓库地址](https://github.com/ibwei/edu-test-api) [后续会采用 Node.js的 nest 框架重构]

## 界面截图

- #### 登录页面
![](https://user-gold-cdn.xitu.io/2020/7/7/173275ca607fa6e6?w=311&h=671&f=png&s=44782)
- #### 答题页面
![](https://user-gold-cdn.xitu.io/2020/7/7/173275d1f252a8cb?w=310&h=666&f=png&s=38768)
- #### 分析页面
![](https://user-gold-cdn.xitu.io/2020/7/7/173275dcd89a84c4?w=307&h=676&f=png&s=64060)
- #### 历史记录页面
![](https://user-gold-cdn.xitu.io/2020/7/7/173275e67df7ec61?w=311&h=670&f=png&s=28632)
- #### 缓存检测
![](https://user-gold-cdn.xitu.io/2020/7/7/173275f0ff2b2cb1?w=311&h=669&f=png&s=43067)

如果这个仓库对你有帮助的话,欢迎 star.

如果有更好的建议,以及关于用户体验和 bug的问题,欢迎在 issue 中向我们反馈,谢谢!

## Getting Started

Install dependencies,

```bash
$ yarn
```

Start the dev server,

```bash
$ yarn start
```