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

https://github.com/summer-andy/react-redux-antd


https://github.com/summer-andy/react-redux-antd

antd react react-router-v3 redux redux-thunk

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# react-redux-antd
温湿度检测react版本
##
![Image text](https://github.com/sixiaodong123/img/blob/master/login.png?raw=true)
##
本项目使用react-create-app脚手架进行开发。基于reactUI组件库实现。状态以及路由管理使用redux。UI样式使用了antd,css样式设置采用了mcss的写法。
本项目以前是用js以及一些js小型的框架完成的。[项目地址](http://47.100.113.55:8080/th/static/login.html)
用户名和密码分别是ride和admin.
下面来让我们看一下一些已经重构完的功能模块。
##温湿度管理有哪些功能?

* 根据查询节点的编号以及时间段。获取相应的数据
![Image text](https://github.com/sixiaodong123/img/blob/master/2018-05-30_133618.png?raw=true)

* 根据节点编号以及年份月份查询对应的节点的温湿度曲线变化
![Image text](https://github.com/sixiaodong123/img/blob/master/2018-05-30_135015.png?raw=true)
* 根据网关获取到对应网关下面的节点
![Image text](https://github.com/sixiaodong123/img/blob/master/2018-05-30_134037.png?raw=true)
* 获取用户信息
![Image text](https://github.com/sixiaodong123/img/blob/master/2018-05-30_134124.png?raw=true)
* 获取单位信息
![Image text](https://github.com/sixiaodong123/img/blob/master/2018-05-30_134140.png?raw=true)
* 获取报修节点的信息
![Image text](https://github.com/sixiaodong123/img/blob/master/2018-05-30_134151.png?raw=true)

##有问题反馈
在使用中有任何问题可以issues或者用以下联系方式跟我交流

* 邮件(3450236968@qq.com)
* QQ: 3450236968

##其他说明

1.后续会继续上线其他功能以及界面的美化。

2.移动端的开发以及微信小程序管理端同时进行。

##项目运行

1.进入项目目录myreact。

2.在cmd中输入npm install 安装依赖。

3.在cmd中输入npm run start运行本项目。

##关于作者
```javascript
var MrMelon = {
nickName : "瓜",
age : "21"
}
```