Goril.app Studio
  • Goril.app Studio Documentation
  • Setup
  • Quick Start
  • Main Pages
    • Architect
      • Toolbox
      • Explorer
      • Application Preview
      • Settings Panel
    • Storyboard
    • Assets
    • State
    • Custom Code
      • Custom Functions
      • Custom Actions
      • Custom Dependencies
      • Custom Widgets
    • Settings
      • General
      • Theme
      • Firebase
    • Action Flow Editor
  • Cookbook
    • My first application
      • Create the project
      • Create the Task model
      • Create the base HomePage Layout
      • Complete the HomePage Layout
      • Add Update Task Action in HomePage
      • Create the CreateTask component
      • Add Actions in CreateTast component
      • Create the EditTask component
      • Add Actions in EditTask component
Powered by GitBook
On this page
  1. Cookbook

My first application

Create a simple To-Do app that allows you to create, edit tasks and store them in the local state !

PreviousAction Flow EditorNextCreate the project

Last updated 1 year ago

What you'll learn

  • Creating a model to use in an application

  • Designing layouts and custom components

  • Managing datas in local state

  • Creating Actions

  • Manipulating Observables

Click to the following link to start.

Create the project
Create task
Edit task
My task list