Skip to content

Website where table is created dynamically based on an array of JavaScript objects, and searches data to find rows that match user input.

Notifications You must be signed in to change notification settings

mserobabina/javascript-challenge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 

Repository files navigation

JavaScript and DOM Manipulation

Writing a code which creats a table dynamically based upon a dataset provided.

Automatic Table and Date Search

  • Creating a basic HTML web page
  • Using the UFO dataset provided in the form of an array of JavaScript objects
  • Writing a code that appends a table to the web page and then adds new rows of data for each UFO sightings
  • Using a date form in HTML document and writing JavaScript code that will listen for events and search through the date/time column to find rows that match user input

Multiple Search Categories

  • Writing JavaScript code so the user can to set multiple filters and search for UFO sightings using the following criteria based on the table columns: date/time, city

Test Image

About

Website where table is created dynamically based on an array of JavaScript objects, and searches data to find rows that match user input.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published