Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 968 Bytes

README.md

File metadata and controls

28 lines (17 loc) · 968 Bytes

JavaScript Challenge - JavaScript and DOM Manipulation

Where is the data from?

The data is provided by Monash University Data Analytics Bootcamp.

What did I do?

  • Using the UFO dataset provided in the form of an array of JavaScript objects, write code using JavaScript with D3.js to append a table to a HTML web page and then add new rows of data for each UFO sighting.

  • Use a date form in the HTML document and write JavaScript code that will listen for events and search through the date/time column to find rows that match user input.

  • Using multiple input tags and/or select dropdowns, write JavaScript code so the user can set multiple filters and search for UFO sightings using the following criteria based on the table columns:

    1. date/time
    2. city
    3. state
    4. country
    5. shape

Contact:

Email: thao.ph.ha@gmail.com