Skip to content

Commit 07ce249

Browse files
authored
Update README.md
1 parent 3aadfb5 commit 07ce249

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Contact book, part 3, integrating state management with Redux Toolkit
22

3-
**Refactoring Contact Book Application**
3+
## Refactoring Contact Book Application
44
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.
55

66
## 🛠 Tools used

0 commit comments

Comments
 (0)