Create a To-do List App | Scribe

    Create a To-do List App

    • Scott Colenutt |
    • 68 steps |
    • 6 minutes
    1
    Log in to your [Glide](https://glideapps.com/?utm_source=100daysofnocode-lesson&utm_medium=referral&utm_campaign=100daysofnocode) dashboard.

    Create from template

    2
    Click '**New app**'
    3
    Select '**Basic App**'. \ \ This template will speed up the process of creating a to-do list app.
    4
    Click '**Create app**'.
    5
    By default, this template is set to a 'List' style. Change the style to '**Checklist**'.\ \ This will give you the functionality of changing the status of a note/task later on.

    Customizing the database

    6
    You're now going to customise the data input for the app. \ \ Click '**Data**'.
    7
    You'll see that this template includes some test data, which you're going to customise.\ \ Click the **+ new field** button in the table.
    8
    Name this field '**Task**', ensure the 'Type' is set to '**Text**' and click '**Save**'.
    9
    Click and drag this field left until it appears as the first field in the table.
    10
    You're now going to create a 'Status' button which you can use to set a task to complete or incomplete within your to-do list.\ \ **Click the drop-down field menu** from the arrow button within the '**Name**' field.
    11
    Click '**Edit**'.
    12
    Change the 'Name' to '**Status**'.
    13
    Change the field type to '**Boolean**'.
    14
    Click '**Save**'.
    15
    Give the first 3 tasks in the table the task names 'Task 1', 'Task 2' and 'Task 3'. \ \ This is just for demonstration purposes as you're going to be testing the functionality of your app using these tasks in a moment.
    16
    Add 'Task 1'.
    17
    Add 'Task 2'.
    18
    Add 'Task 3'.