JunkunPeng17 / system-based-on-WeChat-Developer-Tools

This is an online system that can help people to find groups and recruit teammates

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

system-based-on-WeChat-Developer-Tools

How to use?

Due to the large number of files, the author directly uploads the packaged zip file for users to use. Users only need to download and unzip saveourgroupv0.3success.zip and import it into the WeChat developer tool for use.

Description:

Our team developed the program based on WeChat DevTool. The inspector should use WeChat
DevTool to open the project for accessing code files. This develop tool help developers
develop and debug WeChat Mini Programs more simply and efficiently.
The mini-program is composed of four code files:
• .wxml: “WXML is a markup language for framework design. It can be used to build
the page structure when combined with base components and event system.” WeChat
Official Document
• .js: “It is a scripting language for Mini Programs. Combined with WXML, it can be used
to construct the page structure.” WeChat Official Document
• .wxss: “WXSS is a set of style languages that describe WXML component styles, and
is used to determine how WXML components are displayed.” WeChat Official
Document
• .json: Page configuration.
Then we simply introduce files placed in the project’s root directory:
• app.js: The project logic.
• app.json: Global configurations for the whole project.
• app.wxss: Global style sheet for the whole project.
• pages: All pages of the project.
• images: All images of the project.
• compenets: Custom components used in the project.
• cloud: WeChat cloud functions.

Some related pictures of the system are shown below:
1.The Team lobby page
组队大厅
2.Create team page
创建队伍
3.Team details display
队伍展示
4. Personal Profile
个人资料

About

This is an online system that can help people to find groups and recruit teammates


Languages

Language:JavaScript 100.0%