Skip to content

Exercise 09 : Todo with database

Purpose and learning process

In this exercise you will learn how to build React Native (or Expo) application with local MongoDB Realm database. Your target is to modify/create a new Todo application which saves todo's to Realm database. You can modify your exercise 03 or you can create a new project.

Image 1 Image 2

MongoDB Realm database

Find correct documentation for React Native or Expo:

Test and push

Test your application in emulator/simulator, take screenshots and commit/push your project and screenshots back to JAMKIT/GitLab.

Note

Create and delete a few todos and restart your application, so you will be sure that data is really saved to devices database.