mattbruton / NSS-FrontEnd-StaticWeb-BankingForm

NSS Evening Cohort 3 - Static Web - Banking Form

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

HTML Exercise - Banking Form

This is an introductory NSS Evening Cohort 3 exercise that focused on creating a form in HTML.

==============================

==============================

Viewing/Downloading Project

To View Hosted Project

HTML Exercise - Banking Form

Installation

Clone the repository from GitHub:

git clone https://github.com/mattbruton/NSS-FrontEnd-StaticWeb-BankingForm.git

Navigate to the project from the directory it was cloned into:

cd NSS-FrontEnd-StaticWeb-BankingForm/

To Run

If you need a command line http server, to install http-server globally:

npm install http-server -g

Then:

http-server or http-server -p XXXX (the X's represent the port of your choice)

You should now be able to open your browser and type localhost:8080 to view the project.

Specs and Project Information

Languages

  1. HTML

Tools Used

  1. Git
  2. Atom
  3. NPM http-server

Specifications

==============================

Build a form that accepts a loan application. It must have the following fields.

  1. Applicant first name
  2. Applicant middle initial
  3. Applicant last name
  4. Applicant address
  5. Applicant occupation
  6. Applicant employer
  7. Employer address
  8. Type of loan select element with these options:
    1. Commercial
    2. Real estate
    3. Personal
    4. Mortgage
  9. Requested amount of loan
  10. Radio button elements for loan length
    1. 5 years
    2. 15 years
    3. 30 years
  11. Checkbox group for special conditions
    1. I have a down payment
    2. Out-of-state resident
    3. Married
    4. Loan will be co-signed
  12. A text area to allow for additional comments
  13. Applicant email address
  14. Applicant telephone number
  15. Applicant LinkedIn URL

==============================

About

NSS Evening Cohort 3 - Static Web - Banking Form


Languages

Language:HTML 100.0%