As soon as the small program came out, it became popular in the whole front end circle. We did not do backward research, and found a “Zhihu Daily API” to do a small project for practice, and basically realized the whole project completely. Welcome star fork.

Because the small program does not support HTML, the details page did some simple filtering, basically look ok. Some network pictures cannot be displayed. Seems to be a BUG in the applet.

Due to the limitations of small programs, many effects are still impossible to achieve. I don’t know if the beta will be open (! @ # $%…… & * ()… Ha ha)

No internal test qualification, can only clone to the local experience

Continuous project development and optimization,

demo

The directory structure

├ ─ ─ app. Js ├ ─ ─ app. Json ├ ─ ─ app. WXSS ├ ─ ─ config. Js ├ ─ ─ pages │ ├ ─ ─ the detail │ ├ ─ ─ index │ └ ─ ─ themes ├ ─ ─ the static │ ├ ─ ─ 001.jpg │ ├── ├.png │ ├── comments. PNG │ ├─ loading. GIF │ ├─ loading Share. PNG │ ├ ─ ─ wechat. PNG │ ├ ─ ─ wechatHL. PNG │ ├ ─ ─ weibo. PNG │ ├ ─ ─ weixin. PNG │ └ ─ ─ zan. PNG ├ ─ ─ the template │ └ ─ ─ ├ ─ garbage ├ ─ garbageCopy the code

cloning

$ git clone https://github.com/LiuCaiHe/wechat-app-sample.git
$ cd wechat-app-sample
Copy the code

screenshots