/address-book-take-2

Connect UI and backend

Primary LanguageJavaScript

Address Book

Epidocus Intro to Programming Week 4, 04/08/2019

By Marc Davies

Description

Use of Javascript objects and event delegation to build an Address Book

Setup/Installation Requirements

  • Clone from GitHub
  • Open index.html

Specs

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

Known Bugs

None as of last update

Support and contact details

Please contact me at marcdaviesriot@gmail.com if you run into any issues or have questions, ideas or feedback.

Technologies Used

HTML, CSS, JS, Bootstrap, jQuery, Atom.

License

This software is licensed under the GPL license.

Copyright (c) 2019 Marc Davies