A simple and stylish web app to manage your personal contacts — built using HTML, CSS, and JavaScript.
- ✅ Add new contacts (name + email)
- ✅ Edit existing contacts
- ✅ Delete contacts with confirmation
- ✅ Live search by name or email
- ✅ Modern, responsive UI
- ✅ Data stored in LocalStorage (persistent even after refresh)
- ✅ Visual feedback when contact is updated
- Any modern browser (Chrome, Firefox, Edge, etc.)
-
Download or Clone this repository:
git clone https://github.com/yourusername/my-contacts-book.git cd my-contacts-book
-
Open
index.html
in your browser:- You can double-click it, or
- Use VSCode with the Live Server extension for auto-reloading.
- HTML5
- CSS3
- Vanilla JavaScript (ES6+)
- LocalStorage API