Recommend several WeChat Mini Program open source projects

After the applet was launched, it has been revised many times, including some Api interfaces. It is meaningless if you study a small program project from a long time ago. The recommended small programs in this article are all updated recently. I believe that in the process of learning and deploying, you will not encounter many problems.

1. WeChat Mini Program for WordPress

insert image description here
The functions of this applet almost include the functions involved in the "content" product, such as:

  • Article list (including displaying article categories, thumbnails, publishing time, and supporting pagination)
  • Carousel, article classification, article content page (including article in-site link jump, off-site link copied to the clipboard)
  • Guess you like related articles and article comments (submit and reply to comments, load the comment page, display the avatar of the WeChat user commenter)
  • Display article ranking (views, comments, likes, appreciations), article content search​
  • Appreciate the article through WeChat Pay
  • Share to Moments, Mini Program live broadcast, support WeChat search page access and content search, etc.

2. Mini Program Bookstore

Technology stack: Taro + Taro UI + Redux + Webpack + ES6 + Mock. This project can be used as your first small program practice project.
insert image description here
This small program is very simple and can be used as the first practical project for beginners. Help newbies understand how Taro works with Redux and the basic usage of Taro. This project also provides a solution to quickly build a local mock service.

3. High imitation Himalaya

If you only have the knowledge of HTML CSS Js and want to develop a small program of your own, this Demo is perfect for you. This high imitation Himalaya is a primary project completely developed natively using WeChat applet without using custom components. It is very suitable for novice WeChat applet development.
insert image description here

4. NetEase Cloud Music applet

Based on Taro and NetEase Cloud Music API development, the technology stack is mainly: typescript+taro+taro-ui+redux+react-hooks. At present, it mainly focuses on the display of the applet, and mainly uses this project to strengthen the use of the above-mentioned technology stacks and create a best practice project. Through this project, it can also help you quickly use Taro to develop a applet of your own.

insert image description here
insert image description here

5. Mini Program GitHub Trending Hub

The applet GitHub Trending Hub is a tool for viewing a collection of GitHub Trending repositories in the form of a feed stream, through which you can view the most recently updated popular repositories in time.
insert image description here

6. WeChat Mini Program Mall

The project just mentioned is suitable for beginners, and this small program is suitable for advanced players. This program involves the use of many components such as:

  • Interface SDK
  • api factory
  • vant-weapp
  • Mini Program Rich Text Plugin (html rendering)
  • Mini Program Poster Component - Generate Moments to share posters and generate pictures
  • Apache ECharts

insert image description here
insert image description here
Source link:

Guess you like

Origin blog.csdn.net/xiangzhihong8/article/details/123478423