Skip to content

Wrote code that'd create a table based upon a dataset provided, and allow a search function through the table for specific pieces of information, using JavaScript, HTML, and CSS

Notifications You must be signed in to change notification settings

johnasaur/javascript_aliens

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

https://johnasaur.github.io/javascript-aliens/

Automatic Table and Date Search using JavaScript

  • Create a basic HTML web page.
  • Using the ufo dataset provided in the form of a JavaScript object, write code that appends a table to your web page and then adds new rows of data for each UFO sighting.
  • Make sure you have a column for date/time, city, state, country, shape, and comment at the very least.
  • Add an input tag to your HTML document and write JavaScript code that will search through the date/time column to find rows that match user input.

About

Wrote code that'd create a table based upon a dataset provided, and allow a search function through the table for specific pieces of information, using JavaScript, HTML, and CSS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages