TeamGenik

v1.0.0-beta-0.d

3. Experience a new style of programming with TeamGenik

With TeamGenik, you can experience a completely new style of programming that allows you to develop apps even if you don't have programming knowledge.

Using TeamGenik STUDIO, you can develop mini apps and parts with just a mouse operation. It is not a style development that opens a text editor and writes source code.You can also use the database to develop mini apps. First of all, let's make an original mini app by watching the explanation video or getting the parts of the mini app at the market!

Examples of mini apps include team-owned equipment reservation apps, competition tournament chart management apps, and collectables exchange apps. You can make a simple game.

TeamGenik allows you to develop full-scale applications without writing a programming language

Unlike the impression you get from the word mini app, there are mechanisms that enable fairly advanced programming. For example, conditional branching, list processing, pagination, function definition, etc. can be performed.

For those who are new to programming or beginners, it can also be used as a place to learn programming.

TeamGenik STUDIO performs visual design of applications and parts based on the HTML DOM tree.

You may need to know HTML and CSS to use it, but don't worry. If you touch a while while watching the tutorial video, you will be able to understand naturally.

Mechanism for mini app to maintain state

Each mini app of TeamGenik maintains an independent state, and when this state changes, the visual design changes accordingly.

The mini app's state is represented by a set of properties that the mini app developer has set freely. Determining how these properties change in response to various events is what programming in TeamGenik really is.

Various events include: (1) User actions (clicks, keystrokes, etc.) performed on the browser, (2) Notification from the timer, (3) Notification that the data obtained from external services and IoT devices has changed, etc. It is included.

With TeamGenik STUDIO, you can freely design a database table to maintain the state of the app.

Changes in values ​​in database tables are also included in various events. By using this event, you can develop apps that multiple users can use simultaneously.

TOP