Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 425 Bytes

README.md

File metadata and controls

9 lines (5 loc) · 425 Bytes

A React application for a phonebook, where users can add and remove contacts and filter them by name.

The app consists of several components such as Container, ContactForm, Filter, and ContactList. It uses React hooks, such as useState and useEffect, to manage state and side effects.

  • Implemented Redux Toolkit.

  • Implemented function createAsyncThunk.

  • Used Connections API backend in place of mockapi.io backend.