- Create a new repository called
javascript-challenge. - Create folders: UFO-level-1 and UFO-level-2.
- Add html files and static folder containing the javascript as main script to run for analysis.
-
Create a basic HTML web page or use the index.html file provided (customize page).
-
Using the UFO dataset provided in the form of an array of JavaScript objects, 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, andcommentat the very least. -
Use a date form in your HTML document and write JavaScript code that will listen for events and search through the
date/timecolumn to find rows that match user input.
- Creating the website was easy, the challenging part was being able to run a script to filter the data from the database and refresh the website at each search.

