Skip to content

Latest commit

 

History

History
37 lines (27 loc) · 2.83 KB

README.md

File metadata and controls

37 lines (27 loc) · 2.83 KB

Async Redux CRUD Phonebook App

Description

The Async Redux CRUD App is a React application that showcases asynchronous data management using Redux Toolkit's createAsyncThunk, Axios for API calls, and CRUD operations (Create, Read, Update, Delete) with mockapi.io as the backend service. This project is designed to help you understand how to integrate Redux Toolkit with asynchronous actions and a remote API.

Key Features and Technologies Used:

  • Front-End Framework: Alt text
  • Styling: Alt text
  • Alt text for making API requests
  • Data provided by mockapi.io
  • API Integration:
    • View a list of contacts from the API
    • Add new contacts
    • Delete contacts
    • Filter existing contacts
    • Asynchronous data fetching and updating
  • Data persistence with Alt text Toolkit
  • State management with Alt text Toolkit

Languages and Tools: