Skip to content

Latest commit

 

History

History
12 lines (6 loc) · 505 Bytes

README.md

File metadata and controls

12 lines (6 loc) · 505 Bytes

Phonebook application

Possibility of registration, user login, as well as working with a private collection of contacts (saving / deleting a contact, contact filter).

Used React Router, React Hooks, Redux Toolkit, REST API.

The createAsyncThunk function is used to declare asynchronous action generators and execute HTTP requests.

Handling actions and changing data in the Redux state was done using the createSlice( ) function.

Live page