Use of Javascript objects and event delegation to build an Address Book
- Clone from GitHub
- Open index.html
Behavior | Input | Output |
---|---|---|
Program tracks a user's first name, last name and phone number | John Doe 123-456-7890 | John Doe |
Program displays contact information upon click | John Doe (click) | First Name: John, Last Name: Doe, Phone Number: 123-456-7890 |
Program deletes a contact upon click | John Doe / Delete | true |
None as of last update
Please contact me at marcdaviesriot@gmail.com if you run into any issues or have questions, ideas or feedback.
HTML, CSS, JS, Bootstrap, jQuery, Atom.
This software is licensed under the GPL license.
Copyright (c) 2019 Marc Davies