Skip to content

SanderNicolaysen/todo

Repository files navigation

To Do

This application implement a secure TODO list application with a bare React Native project and Expo local-authentication module. Users are able to add, update, and delete items in the list

login todo
ios_video.mp4
android_video.mov

Installation

After following the offical guide for setting up React Native, run the following commands to start the application.

  npm install
  npm run start

Tech Stack

Client: React Native

Libraries: expo-local-authentication, expo-checkbox, uuid

Testing: Jest, React Native Testing Library