Simple Note App can use offline or sync notes to be online and saved in account
the note is Native app made with :
1 - ktror API backend made by me using kotlin contains sign in with token to sign uo and in with email and password
, cloud storage to store notes and all info
2 - room DataBase for offline to save and display notes while no internet connection
3 - once there is internet connection the app directly will sync
4 - the architecture pattern used in the app is MVI with View model and StateView