Dana has created a webpage thats shows the UFO sightings analysis.Page displays UFOs sightings based on the search input given in the date option from the data set already has details of UFO sightings in US.Challenge is to modify webpage to display more in-depth analysis of UFO sightings by allowing users to filter for multiple criteria at the same time.
1.HTML file used to load the page is available at : - https://github.com/merinanto/UFOs/blob/main/index.html
2.Javascript used to populate the data in page is available at : - https://github.com/merinanto/UFOs/blob/main/static/js/app.js
3.Intiall page when loaded is as below : -

4.When date filter is entered ,results are displayed as below : -

5.When city filter is entered ,results are displayed as below : -

6.When two filters are entered ,results are displayed as below : -

7.When all filters are entered ,results are displayed as below : -

1.Fliter options -city, state, country, and shape are case sensitive For eg: country 'us' is entered as 'US' results are not displayed
1.For Fliter options -city, state, country, and shape , results should be irrespective of case sensitivity. 2.For date filter between (like from date TO to date) option can be added to get more versatile data.