From 7d7169b4fdac2682fdda3153364ee4a5149076f7 Mon Sep 17 00:00:00 2001 From: Valik Date: Tue, 30 Jan 2024 23:01:14 +0100 Subject: [PATCH] docs: update README --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9d9e3b5..52ffbf9 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,10 @@ This React application serves as a straightforward contact management system, offering essential features for adding, searching, and deleting contacts. > [!NOTE]\ -> The code has been refactored using React hooks. +> Contacts are now stored persistently using the browser's localStorage, ensuring +> that the contact list remains accessible even after refreshing or closing the application. +> The integration of React lifecycle methods ensures a smooth and seamless experience +> for managing and retaining contact data. ## Features