/address

Primary LanguageJavaScript

Address Book

April 7th, 2020

Description

This site contains an address book

This Address Book site is already linked to an index.html, bootstrap.css(4.4.1), styles.css, jQuery.js(3.4.1), and scripts.js.

Setup/Installation Requirements

Make sure you have git version control installed on your computer.

  1. click the green 'Clone or Download' button and copy the link / download the zip
  2. open terminal and type... or skip to the 2nd #3 if you downloaded the zip

Windows

cd desktop

Mac & linux

cd ~/Desktop
  1. in terminal type 'git clone {link to repository} '
git clone {link to repository}
  1. if you downloaded the zip then extract all onto your desktop
  2. navigate to the new folder that was created on your desktop
  3. select index.html
  4. right click on the file and select 'open with'
  5. select your preferred browser (works best with Chrome or Firefox)
  6. enjoy

Specs

Behavior Driven Development Spec List

Address Book

Behavior Input Output
The program accepts the user's input for first name 'Bob' 'Bob'
The program accepts the user's input for last name 'Gregas' 'Gregas'
The program accepts the user's input for phone number '5415789846' '5415789846'
The program accepts the user's input for email address 'bob' 'bob@gmail.com'
The program accepts the user's input for physcial address '148 elm way, hilford CT 06379' '148 elm way, hilford CT 06379'

Known Bugs

N/A - 4/7/2020

gh-pages

https://WiseFool92.github.io/address

Support

Email: watkins92@gmail.com
Email: jhell@gmail.com


Built With

Useful tools





License

This project is licensed under the MIT License

Copyright (c) 2020 Nathan Watkins-Hoagland & Josh Hellman