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
ios_video.mp4
android_video.mov
After following the offical guide for setting up React Native, run the following commands to start the application.
npm install
npm run start
Client: React Native
Libraries: expo-local-authentication, expo-checkbox, uuid
Testing: Jest, React Native Testing Library