search
HomeWeChat AppletMini Program DevelopmentShare an idea for developing a personal WeChat applet
Share an idea for developing a personal WeChat appletApr 24, 2017 pm 02:03 PM
Mini program development

1. Application Scenarios

Share an idea for developing a personal WeChat applet

WeChat Mini Program

Currently, the scenarios used by WeChat Mini Programs are mainly divided into two categories : Payment Category and Tool Category.

Representatives of the payment category include Didi Chuxing and Meituan Waimai, which realize life scenes and daily consumption.

Representatives of tool categories include Pomodoro Alarm Clock and Day and Eve Calendar, which solve high-frequency and efficient tool usage scenarios.

Share an idea for developing a personal WeChat applet

小program

It is not difficult to see that the greatest value of the WeChat Mini Program is that it integrates WeChat’s huge number of users, and Convenient payment entrance.

The biggest role at present is the combination of physical stores and offline consumption. Merchants do not need to pay extra fees to develop a unique app, and users do not need to download a corresponding app.

Due to the review and payment mechanism of the WeChat platform, some small stores can quickly get out of the embarrassing situation of being unable to go up or down.

Taobao also followed the same route at the beginning. Some small sellers were unwilling and unable to afford expensive storefronts, but they needed a third-party entrance to buy and sell. Unlike today’s micro-businesses, which only rely on Individuals can trade freely with nothing, so online stores came into being, solving the problems of countless small and medium-sized sellers.

2. Personal Development

1. Pomodoro Technique

Share an idea for developing a personal WeChat applet

Pomodoro Clock

When individual developers had not yet been granted permissions, all they wanted to do was make a small program for the Pomodoro Alarm Clock.

At that time, I thought that this type of tool would not be very popular, because the app already had a ready-made tomato tool.

However, it turns out that as long as you do well enough, as long as you change to a different scene, or you will be more popular than before.

2. Stand-alone mini-games

Share an idea for developing a personal WeChat applet

WeChat mini-games

The second thing that comes to mind is Make some small stand-alone game programs.

For individuals, small programs will not have much monetization value, nor will they be of much use. If they are used to make visible effects of the knowledge learned, they can also be regarded as small programs. One of the functions.

Moreover, the simpler the stand-alone game, the easier it is to get started. It is also good to refresh your mind and divert your attention occasionally.

But the document states that mini programs are not allowed to develop games, so this article is excluded.

3. Tool collection

Share an idea for developing a personal WeChat applet

##Calculator

Pomodoro is well known as a The method has great commercial value, but some daily tool sets are not necessary.

Because some common tools, such as calculators, are already built into mobile phones, and functions such as string conversion are not suitable for mobile applications.

All our functions are based on WeChat and mobile phones. Due to the lightweight attributes and payment attributes of the mini program itself, there are not many choices left for individual developers.

More often, they develop small programs for other companies to obtain development fees.

3. Brief summary

Share an idea for developing a personal WeChat applet

Developer

As an individual developer, mini programs should be based on the following scenarios:

1. Add payment permissions: Obtain a personal transaction entrance to make buying and selling and services more convenient, especially for self-media and micro-business. WeChat uses mini programs to close the appreciation function game with ios, and personal knowledge can be monetized and Before the emergence of WeChat payment function, mini programs were a good entry point for item trading.

Because it can be bound to the WeChat official account, added to the desktop, and can be shared in groups.

Share an idea for developing a personal WeChat applet

Personal Development

2. Personal Tool Collection: Design small tool programs based on personal needs, such as calculators , Pomodoro, calendar, to-do list, notepad, etc. The reason for development is that you can design better styles that you like better and your own interaction logic.

Independent of other people's framework, more suitable for yourself. In order to achieve efficient and high-quality results, we are developing towards semi-automation and automation.


Just like the calculator above, you can add or subtract functions, change button colors, adjust the layout, optimize the operation process based on personal needs, add your own logo or avatar, etc., although it is just a simple calculator , but the effect is completely different.

Even just changing the color will bring a different experience.

The above is the detailed content of Share an idea for developing a personal WeChat applet. For more information, please follow other related articles on the PHP Chinese website!

Statement
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
PHP在小程序开发中的页面跳转与路由管理PHP在小程序开发中的页面跳转与路由管理Jul 04, 2023 pm 01:15 PM

PHP在小程序开发中的页面跳转与路由管理随着小程序的快速发展,越来越多的开发者开始将PHP与小程序开发相结合。在小程序开发中,页面跳转和路由管理是非常重要的一部分,它能够帮助开发者实现页面之间的切换和导航操作。PHP作为一种常用的服务器端编程语言,可以很好地与小程序进行交互和数据传递,下面我们来详细了解一下PHP在小程序中的页面跳转与路由管理。一、页面跳转基

如何在uniapp中实现小程序开发和发布如何在uniapp中实现小程序开发和发布Oct 20, 2023 am 11:33 AM

如何在uni-app中实现小程序开发和发布随着移动互联网的发展,小程序成为了移动应用开发的一个重要方向。而uni-app作为一个跨平台的开发框架,可以同时支持多个小程序平台的开发,如微信、支付宝、百度等。下面将详细介绍如何使用uni-app开发和发布小程序,并提供一些具体的代码示例。一、小程序开发前准备在开始使用uni-app开发小程序之前,需要做一些准备工

小程序开发中的PHP权限管理与用户角色设定小程序开发中的PHP权限管理与用户角色设定Jul 04, 2023 pm 04:48 PM

小程序开发中的PHP权限管理与用户角色设定随着小程序的普及和应用范围的扩大,用户对于小程序的功能和安全性提出了更高的要求,其中权限管理和用户角色设定是保证小程序安全性的重要一环。在小程序中使用PHP进行权限管理和用户角色设定能够有效地保护用户的数据和隐私,下面将介绍如何实现这一功能。一、权限管理的实现权限管理是指根据用户的身份和角色,授予不同的操作权限。在小

小程序开发中的PHP数据缓存与缓存策略小程序开发中的PHP数据缓存与缓存策略Jul 05, 2023 pm 02:57 PM

小程序开发中的PHP数据缓存与缓存策略随着小程序的快速发展,更多的开发者开始关注如何提高小程序的性能和响应速度。其中一个重要的优化手段就是使用数据缓存来减少对数据库和外部接口的频繁访问。而在PHP中,我们可以利用各种缓存策略来实现数据缓存。本文将介绍PHP中的数据缓存原理,并提供几个常见的缓存策略的示例代码。一、数据缓存原理数据缓存是指将数据存放在内存中,以

小程序开发中的PHP安全防护与攻击防范小程序开发中的PHP安全防护与攻击防范Jul 07, 2023 am 08:55 AM

小程序开发中的PHP安全防护与攻击防范随着移动互联网的迅猛发展,小程序成为了人们生活中重要的一部分。而PHP作为一种强大而灵活的后端开发语言,也被广泛应用于小程序的开发中。然而,安全问题一直是程序开发中需要重视的方面。本文将重点介绍小程序开发中PHP的安全防护与攻击防范,同时提供一些代码示例。XSS(跨站脚本攻击)防范XSS攻击是指黑客通过向网页注入恶意脚本

微信小程序中PHP开发的下拉菜单实现方法微信小程序中PHP开发的下拉菜单实现方法Jun 04, 2023 am 10:31 AM

今天我们来学习一下微信小程序中PHP开发的下拉菜单实现方法。微信小程序是一种轻量级的应用程序,用户可以在微信里直接使用,而且不需要下载安装,非常方便。而PHP是一种非常流行的后端编程语言,也是与微信小程序配合很好的一种语言。下面我们就来看看如何在微信小程序中使用PHP开发下拉菜单。首先,我们需要准备好开发环境,包括PHP、微信小程序开发工具和服务器。然后我们

小程序开发中的PHP页面动画效果与交互设计小程序开发中的PHP页面动画效果与交互设计Jul 04, 2023 pm 11:01 PM

小程序开发中的PHP页面动画效果与交互设计导语:小程序是一种在移动设备上运行的应用程序,能够提供类似原生应用的体验。而在小程序开发中,PHP作为一种常用的后端语言,可以为小程序页面增添动画效果与交互设计。本文将介绍一些常用的PHP页面动画效果与交互设计,并附上代码示例。一、CSS3动画CSS3提供了丰富的属性和方法,用于实现各种动画效果。而在小

UniApp实现字节跳动小程序的开发与上线流程解析UniApp实现字节跳动小程序的开发与上线流程解析Jul 06, 2023 pm 05:01 PM

UniApp实现字节跳动小程序的开发与上线流程解析字节跳动小程序作为一种新兴的移动应用开发方式,正逐渐在业界流行起来。在开发字节跳动小程序之前,我们需要了解如何使用UniApp来实现开发和上线的流程。一、UniApp简介UniApp是一套基于Vue.js开发的以HTML5、App、小程序为多端统一开发的框架,通过编写一套代码,可以同时在多个平台上运行,包括字

See all articles

Hot AI Tools

Undresser.AI Undress

Undresser.AI Undress

AI-powered app for creating realistic nude photos

AI Clothes Remover

AI Clothes Remover

Online AI tool for removing clothes from photos.

Undress AI Tool

Undress AI Tool

Undress images for free

Clothoff.io

Clothoff.io

AI clothes remover

AI Hentai Generator

AI Hentai Generator

Generate AI Hentai for free.

Hot Tools

SublimeText3 English version

SublimeText3 English version

Recommended: Win version, supports code prompts!

SAP NetWeaver Server Adapter for Eclipse

SAP NetWeaver Server Adapter for Eclipse

Integrate Eclipse with SAP NetWeaver application server.

WebStorm Mac version

WebStorm Mac version

Useful JavaScript development tools

SublimeText3 Linux new version

SublimeText3 Linux new version

SublimeText3 Linux latest version

MinGW - Minimalist GNU for Windows

MinGW - Minimalist GNU for Windows

This project is in the process of being migrated to osdn.net/projects/mingw, you can continue to follow us there. MinGW: A native Windows port of the GNU Compiler Collection (GCC), freely distributable import libraries and header files for building native Windows applications; includes extensions to the MSVC runtime to support C99 functionality. All MinGW software can run on 64-bit Windows platforms.