Skip to content

A website to display UFO sighting data that can be filtered by various fields using Event handlers in Javascript. Link to the app: https://pg-ufo.herokuapp.com/

Notifications You must be signed in to change notification settings

PreethikaG/Javascript-And-DOMManipulation---UFO-Sighting

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JavaScript and DOM Manipulation - UFO Sighting Data

Overview -

Create a website to display UFO sighting data that can be filtered by various fields like: Date, City, State, Country, Shape, Comment. The data is displayed in a table form dynamically based on the user input given. This is achieved using Event handlers in Javascript.

Process -

I created a basic HTML web page that on loading, populates the table with all UFO sightings. This table is filtered dynamically based on the criteria that user selects. I created a Javascript that listens for events when a search criteria is selected and appends the data that matches to the table dynamically. The website created looks like this -

ufo-web.png

Deployment -

I deployed the website using Heroku and FLASK. The deployed app is - https://pg-ufo.herokuapp.com/

About

A website to display UFO sighting data that can be filtered by various fields using Event handlers in Javascript. Link to the app: https://pg-ufo.herokuapp.com/

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published