Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Miro-wq committed Sep 16, 2024
1 parent a68107b commit 3aadfb5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down

0 comments on commit 3aadfb5

Please sign in to comment.