Skip to content

Creating web dashboard to filter and categorize UFO data using Javascript.

Notifications You must be signed in to change notification settings

giniarimbi/javascript-challenge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Javascript Challenge

Web Scraping

1. Background

Project Background: In this javascript project, we will filter UFO data from data.js and put several search filter.

2. Methodology

Methodology: We will use Javascript and D3 work on this challenge.

  • UFO Level 1 First, we read UFO data from data.js which consists of the following properties: date, city, state, country, shape, duration and comments.

Then, we connect the input box from html files and put filter function. The result is then populated back in the html. For this part, our search criteria is only the datetime.

  • UFO Level 2 We expand the search criteria. Instead of having 1 input column, we add multiple search columns based on UFO data properties.

4. Result

  • File output for html code is index.html under UFO-level-1 folder
  • File output for D3 code is app.js under static folder

  • File output for html code is index2.html under UFO-level-2 folder
  • File output for D3 code is app2.js under static folder

About

Creating web dashboard to filter and categorize UFO data using Javascript.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published