yoshimario / jsAddressBook

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Address Book

Objects in JavaScript Exersice for Epicodus, August 24th, 2020

By Mike Manchee and Sean Wilson

Description

Build an address book that uses constructors and prototypes.

TDD

SPECS

[x] - Build a basic constructor for an address book. Input: Name, and Number Output: [XYZ],[ABC] and 555-55-1212

Setup/Installation Requirements

  • This is a great place
  • to list setup instructions
  • in a simple
  • easy-to-understand
  • format

{Leave nothing to chance! You want it to be easy for potential users, employers and collaborators to run your app. Do I need to run a server? How should I set up my databases? Is there other code this app depends on?}

Known Bugs

{Are there issues that have not yet been resolved that you want to let users know you know? Outline any issues that would impact use of your application. Share any workarounds that are in place. }

Support and contact details

{Let people know what to do if they run into any issues or have questions, ideas or concerns. Encourage them to contact you or make a contribution to the code.}

Technologies Used

{Tell me about the languages and tools you used to create this app. Assume that I know you probably used HTML and CSS. If you did something really cool using only HTML, point that out.}

  • HTML
  • CSS
    • Bootstrap
  • JavaScript
    • JQuery

Other Links

GitHub

License

Copyright (c) 2020 Mike Manchee and Sean Wilson Licenced under MIT

About


Languages

Language:JavaScript 80.3%Language:HTML 19.7%