Key Topics


App Development Practice: Todo App

Firebase

Development Summary


App Development Practice: Todo App

To get a good understanding of mobile application development, we created a Todo app together. The Todo app would contain a login page, a register page, and the main page where users can add, edit, and remove reminders in their to-do lists. Creating the Todo app was a good practice to cover both front-end and back-end coding.

Project setup

We started from a blank expo project by running the following command in the terminal.

npx create-expo-app Todo

Next, we created the following folder structure: