A React application for managing phonebook entries. It allows you to create, view, edit, and delete contacts.
- Add new contacts with name and phone number information
- View a list of all contacts
- Search for specific contacts by name
- Edit existing contact information
- Delete unwanted contacts
- React
- Chakra UI
- Redux Toolkit
- Axios
- Clone the repo:
git clone https://github.com/yaromatv/react-phonebook.git - Install dependencies:
npm install - Start the server:
npm start