Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 833 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 833 Bytes

assignment-5-launch-checklist-srh-golubski

assignment-5-launch-checklist-srh-golubski created by GitHub Classroom

Create a Launch Checklist Form for astronauts to fill out in preparation for launch. The form should do the following:

Use preventDefault() to prevent a request from being sent out and the page reloading. Validate the user-submitted data to ensure the following: The user entered something for every field. The user entered text for names and numbers for fuel and cargo levels. With validation, update a list of what is currently ready or not ready for the shuttle launch. Indicate what is good or bad about the shuttle and whether it is ready for launch by using the DOM to update the CSS. Fetch some planetary JSON to update the mission destination with vital facts and figures about where the shuttle is headed.