- 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
- 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
- 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`