Create a To-do List App | Scribe

Create a To-do List App

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

Create from template

Click '**New app**'
Select '**Basic App**'. \ \ This template will speed up the process of creating a to-do list app.
Click '**Create app**'.
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

You're now going to customise the data input for the app. \ \ Click '**Data**'.
You'll see that this template includes some test data, which you're going to customise.\ \ Click the **+ new field** button in the table.
Name this field '**Task**', ensure the 'Type' is set to '**Text**' and click '**Save**'.
Click and drag this field left until it appears as the first field in the table.
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.
Click '**Edit**'.
Change the 'Name' to '**Status**'.
Change the field type to '**Boolean**'.
Click '**Save**'.
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.
Add 'Task 1'.
Add 'Task 2'.
Add 'Task 3'.
This Scribe is in tip-top shape!Leave feedback if there are any issues with this Scribe