Skip to content

Commit d2fef40

Browse files
authored
Update README.md
1 parent 53f435c commit d2fef40

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1-
# Contact book, part 2
1+
# Contact book, part 3 integrating state management with Redux Toolkit
22

3-
Added storing phonebook contacts in localStorage. Component life cycle methods used.
3+
Refactor the Contact Book Application
4+
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.
45

56
## 🛠 Tools used
67

0 commit comments

Comments
 (0)