Skip to content

Build a site that will append JavaScript object in the HTML environment, allowing site visitors to view all, filter and/or search for specific UFO sightings

License

Notifications You must be signed in to change notification settings

kfmatovic716/ALIENS-R-REAL---JavaScript-DOM-manipulation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ALIENS R REAL -> JavaScript & DOM Manipulation

Objectives

  • To build a user-interactive website that will show UFO Sightings data
  • To utilize JavaScript code in adding event listeners in the HTML/CSS page to create user-responsive buttons and form(s) that will filter the output data

Part 1: Automatic Table & Date Search

  • This is an HTML/CSS web page using UFO dataset in the form of an array of JavaScript objects. The JavaScript code written appends a table to the web page and adds new rows of data for each UFO sighting.
  • UFO Data Columns are the following: `date/time`, `city`, `state`, `country`, `shape`, and `comment`
  • A date form is used in the HTML document where the user inputs a date
  • A JavaScript code will listen for events and search through the `date/time` column to find rows that match user input

Part 2: Multiple Search Categories

  • This is a redesigned HTML/CSS webpage of Part 1 webpage that includes more items on the forms set for a multiple filter/search for UFO sightings
  • The criteria of filters are based on the following table columns: date/time`, `city`, `state`, `country`, and `shape`

About

Build a site that will append JavaScript object in the HTML environment, allowing site visitors to view all, filter and/or search for specific UFO sightings

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published