> For the complete documentation index, see [llms.txt](https://docs.goril.app/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.goril.app/cookbook/my-first-application.md).

# My first application

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

<div><figure><img src="https://2361990732-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FruhMqqOvKXgZPke0Ehds%2Fuploads%2FbOdt1KyucV7vGUCysDgB%2Ftodo_create.png?alt=media&amp;token=9d62c143-ce6a-465a-a4ae-37b46c70648d" alt=""><figcaption><p>Create task</p></figcaption></figure> <figure><img src="https://2361990732-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FruhMqqOvKXgZPke0Ehds%2Fuploads%2FFrHXJ1VFY8cpOn3AX6iv%2Ftodo_edit.png?alt=media&amp;token=667a67d9-6554-48ce-b5f1-998aaae356a1" alt=""><figcaption><p>Edit task</p></figcaption></figure> <figure><img src="https://2361990732-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FruhMqqOvKXgZPke0Ehds%2Fuploads%2FTc1MGm5KVZFCU7PzNwc5%2Ftodo_homepage.png?alt=media&amp;token=58f3fc4d-5121-45cc-bdea-4b5f20992699" alt=""><figcaption><p>My task list</p></figcaption></figure></div>

#### What you'll learn

* Creating a model to use in an application&#x20;
* Designing layouts and custom components
* Managing datas in local state
* Creating Actions
* Manipulating Observables

Click to the following link to start.

{% content-ref url="/pages/H5svsQdDGv3X3lGTh73F" %}
[Create the project](/cookbook/my-first-application/create-the-project.md)
{% endcontent-ref %}
