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

https://github.com/funlee/cnode-webapp

cnode-webApp : 一个 WebApp 版的 cnode 客户端
https://github.com/funlee/cnode-webapp

ant-design cnode-webapp react router4 webpack3

Last synced: 4 months ago
JSON representation

cnode-webApp : 一个 WebApp 版的 cnode 客户端

Awesome Lists containing this project

README

          

cnode-webApp
=============
一个 WebApp 版的 cnode 客户端,项目采用 react 技术栈构建,未做回复和收藏功能,纯属练手,目前的功能只能用于浏览。
- 感谢来自 [cnodejs](https://cnodejs.org 'cnode') 论坛官方提供的 api !

在线访问:[Cnode-webApp](https://funlee.github.io/cnode-webApp/ 'Cnode-webApp')

建议 F12 打开控制台,在移动端设备上查看

运行项目
-------
```bash
git clone https://github.com/funlee/cnode-webApp.git
cd cnode-webApp
npm install
npm run start
```
stack
------
* webpack
* React
* sass

功能
-----
- 首页列表,下拉时自动加载下一页
- 个人主页,包括最近参与,回复
- 左侧边栏为登录和个人信息导航,右侧边栏是主题筛选
- 可以不登录直接进入主页
- 具有 loading、404

页面截图
---------
![](https://raw.github.com/funlee/cnode-webApp/master/example/01.png "登录页")
![](https://raw.github.com/funlee/cnode-webApp/master/example/02.png "主题展示页")
![](https://raw.github.com/funlee/cnode-webApp/master/example/03.png "左侧导航栏")
![](https://raw.github.com/funlee/cnode-webApp/master/example/04.png "右侧导航栏")
![](https://raw.github.com/funlee/cnode-webApp/master/example/05.png "详情页")
![](https://raw.github.com/funlee/cnode-webApp/master/example/06.png "个人中心页")