From a6b9d6e85c982b11094e63ee24cacb6705cdfea0 Mon Sep 17 00:00:00 2001 From: Holat <105239299+Holat@users.noreply.github.com> Date: Tue, 25 Jul 2023 12:02:01 +0100 Subject: [PATCH] Update README.md --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a636a68..148cf2c 100644 --- a/README.md +++ b/README.md @@ -5,8 +5,10 @@ To-do App (React Native - expo) - Used stack navigation at the root (The only navigation in the app) - Each todo item card shows the time and date it was created dynamically - "useColorScheme()" to implement the dark mode -- For todo list info is added to an array so it won't be stored and will be removed when the app is reloaded -- "AsycStorage" would be used to update the app later +- Uses AsyncStorage to store user data (still remains on reload) +- ✅ are added to the history screen +- 🗑️ are removed completely +- 🕗 History can be cleared # Screenshots