Skip to content

Safe notes app created with React Native for uni

Notifications You must be signed in to change notification settings

JKobrynski/NotesApp

Repository files navigation

NotesApp

This is a simple app I created with React Native for storing a note safely.

Installation

Clone the repository

git clone https://github.com/JKobrynski/NotesApp.git

Install dependencies

yarn

Run

react-native run-android

or

react-native run-ios

Technologies used

Branches

An app secured by password provided by the user. Password is hashed using bcrypt. Note is encrypted using react-native-aes-crypto. Change of password functionality is provided.

An app secured by users fingerprint. Authentication mechanism is handled by react-native-secure-storage.

An app very similar to the one on touchid branch. This app lets user pick whether he prefers to use his fingerprint or provide some custom password for the app (handled by react-native-secure-storage)

About

Safe notes app created with React Native for uni

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published