You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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