Skip to content

Latest commit

 

History

17 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

UFO Sightings - JavaScript and DOM Manipulation

A responsive web application to visualize the collection of all the reported UFO sightings using JavaScript, HTML5, CSS3 and D3.js. The report data from the dataset is presented dynamically in a table format and users can filter the table data for specific values based on search criteria.

Level 1: Automatic Table and Date Search

  • Using the UFO dataset provided in the form of an array of JavaScript objects, a table is dynamically appended to the web page and then adds new rows of data for each UFO sighting.

  • Use a date form in your 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.

Level 2: Multiple Search Categories

  • Users can to 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

About

Web App to visualize reported UFO Sightings using JavaScript, HTML5, CSS3, and D3.js

Topics

Resources

Stars

2 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages