Skip to content

An interactive webpage to display a table of UFO sightings filtering data through an HTML form using Javascript and D3.JS

Notifications You must be signed in to change notification settings

manishalal145/JavascriptChallenege

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Folders included:

  1. UFO-level-1 folder includes:
    -index.html
    -static/js/app.js

  2. UFO-level-2 folder includes:
    -index.html
    -static/js/app.js

This assignment was to write code that will create a table dynamically based upon the dataset provided (about Alien UFO sightings). The table should allow users to filter the table data for specific values.

img

Level 1 - Automatic Table and Data Search
- Created a basic HTML web page.
- Using the UFO dataset provided in the form of an array of JavaScript objects, written the code that appends a table to our web page and then adds new rows of data for each UFO sighting.
- Used a date form in our HTML document and written the 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
Using multiple input tags, wrote JavaScript code so that user can set multiple filters and search for UFO sightings using the following criteria based on the table columns:
- date/time
- city
- state
- country
- shape
img

About

An interactive webpage to display a table of UFO sightings filtering data through an HTML form using Javascript and D3.JS

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published