Skip to content

Create a dynamic table based upon UFO sighting dataset that will enable users to search and filter the table data for specific values.

Notifications You must be signed in to change notification settings

vgnenov/Javascript-Challenge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 

Repository files navigation

JavaScript and DOM Manipulation

Screenshot

Project Purpose

Create a dynamic table based upon UFO sightings dataset that will enable users to search and filter the table data for specific values. Utilizing JavaScript, HTML, CSS and D3.js to create our webpage.

Process - Automatic Table and Date Search

Step 1 - Creating our own HTML webpage

  • Code Snippet from HTML Page Screenshot

Step 2 - Writing JavaScript Code to Append Table

  • Using the JavaScript to write code that appends a table to the web page and then adds new rows of data for each UFO sighting
    • Sample Code Snippet Screenshot

Step 3 - Incorporating Date Form in HTML with JavaScript

  • Function will listen for events and search through the date/time column to find rows that match user input

Results

UFO Search Landing Page

Screenshot

Table Filter by Date

Screenshot

About

Create a dynamic table based upon UFO sighting dataset that will enable users to search and filter the table data for specific values.

Topics

Resources

Stars

Watchers

Forks