Skip to content

sandra-selezen/phonebook

Repository files navigation

Phonebook

Phonebook is a convenient and user-friendly application designed to organize personal phonebook.

Contact page

Features

  1. User Registration and Authentication: Users can register an account and authenticate themselves to access their personal phonebook.
  2. Contact Management:
  • Add Contacts: Users can add new contacts to their phonebook, including details such as name and phone number.

Add contact

  • Edit Contacts: Contacts in the phonebook can be edited to update or correct contact information.

Update contact

  • Delete Contacts: Users can remove contacts from their phonebook.
  • Contact Search: Users can search for contacts by name, making it easy to find specific contacts within the phonebook.

Find contact

Technologies Used

  • JavaScript
  • React
  • Redux
  • REST API
  • CRUD (Create, Read, Update, Delete)
  • Chakra UI for user interface components
  • Formik + Yup for form management and validation