I’m excited to introduce my latest project, the WP Contact Book. This WordPress plugin allows users to easily create, manage, edit, and delete contacts using a sleek interface powered by React.js. It’s designed with user experience in mind and includes key features such as pagination and real-time notifications. In this post, I’ll walk you through its features and technology stack.
Key Features of WP Contact Book – WordPress Plugin:
- CRUD Operations with React.js
Users can Create, Read, Update, and Delete contacts seamlessly through the plugin’s interface. This makes managing contacts on a WordPress site much simpler and more efficient. - Pagination
The plugin supports pagination, with a limit of 5 contacts per page to ensure smooth performance and a clean user experience. - Real-Time Notifications
To improve user feedback, I’ve integrated react-toastify, which provides real-time notifications, such as when a contact is successfully saved or deleted. - Modern Tech Stack
The plugin is built using the latest version of React and wp-scripts for a streamlined development experience, ensuring the codebase is up-to-date and optimized for future WordPress versions.
How WP Contact Book Works:
- Adding Contacts:
When a user adds a new contact, it’s instantly displayed in the contact list, and a success notification appears on the screen. - Editing and Deleting Contacts:
Contacts can be easily edited or deleted using buttons next to each contact. Changes are updated dynamically without refreshing the page. - Pagination Feature:
To avoid cluttering the contact list, pagination is implemented, showing only 5 contacts per page. This ensures users don’t get overwhelmed by too much data at once.
Screenshots
Here are a few screenshots that showcase the functionality of WP Contact Book:
Contact List View – Displaying a list of contacts with options to edit or delete.

Add New Contact

Pagination Example – A view of the pagination setup, limiting to 5 contacts per page.

Notification System – A screenshot demonstrating real-time notifications using react-toastify.

WP Contact Book is designed to simplify contact management within WordPress. With its user-friendly interface, pagination, and real-time notifications, it offers a smooth experience for site administrators. This project reflects my passion for building practical and effective solutions using modern web technologies.
For a closer look at the code or to use this plugin on your own site, feel free to explore the project on GitHub.