From 3aadfb5835f183b8eab9bd1a5e66c040450405b0 Mon Sep 17 00:00:00 2001 From: Miro <117939922+Miro-wq@users.noreply.github.com> Date: Mon, 16 Sep 2024 21:01:46 +0300 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f3f9221..1132be0 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Contact book, part 3, integrating state management with Redux Toolkit -Refactor the Contact Book Application -This project refactors the Contact Book app by integrating state management with Redux Toolkit. It includes actions for saving, deleting contacts, and updating the filter. The app uses redux-persist to store the contacts in localStorage and connects React components with Redux using react-redux. The initial Redux state consists of an empty contacts array and a filter string. +**Refactoring Contact Book Application** +This project refactors the Contact Book app by integrating state management with Redux Toolkit. It includes actions for saving, deleting contacts, and updating the filter. The app uses `redux-persist` to store the contacts in `localStorage` and connects React components with Redux using `react-redux`. The initial Redux state consists of an empty contacts array and a filter string. ## 🛠 Tools used