An open API service indexing awesome lists of open source software.

https://github.com/spragginsdesigns/is-40b-final-project

This project should serve as a study guide for the final exam next week. If you can do this project you should be ready for the final exam. NOTE: None of the forms mentioned below have submit buttons, just regular buttons.Create a website for a business travel agency with the following criteria:The website should contain 3 pages (welcome, trips and contact us): 50 pointsThe welcome page should have a form that has a title and paragraph welcoming them to the agency’s website. Below that there should be a small form with a textfield and a button. The user should be instructed to enter the number of days they would like to go on vacation. When the user clicks the button a function should be called and in that function the number of days from the textfield should be multiplied by 250 (the amount per day that the average trip costs). The result should then be displayed to the user in a paragraph below the form telling them how much their trip will probably cost. 50 pointsPASTE PICTURES OF CODE FOR THIS PAGE HEREPASTE PICTURES OF BOTH BEFORE AND AFTER DATA WAS PLACED IN THE FORM HEREThe trips page should have a form that allows the user to select one of three trips (via a drop down). The user should then have a mailing address section and a billing address section. There should be a checkbox that when checked will copy the info from the mailing address to the billing address and clear the billing address info if unchecked. 50 pointsPASTE PICTURES OF CODE FOR THIS PAGE HEREPASTE PICTURES OF BOTH DATA IN THE MAILING ADDRESS BEFORE AND AFTER THE CHECKBOX HAS BEEN CLICKED HEREThe contact page should have a form with a section for the user to type both a message and their email addressed. There should also be a button. Using jQuery, have the form disappear when the button is pressed. Modify the page so that the user sees a message somewhere that says there data has been submitted (really no data is being submitted). 50 pointsPASTE PICTURES OF CODE FOR THIS PAGE HEREPASTE PICTURES OF BOTH THE FORM WITH THE DATA ENTERED AND THEN AFTER THE BUTTON HAS BEEN PRESSED HERE
https://github.com/spragginsdesigns/is-40b-final-project

Last synced: 3 months ago
JSON representation

This project should serve as a study guide for the final exam next week. If you can do this project you should be ready for the final exam. NOTE: None of the forms mentioned below have submit buttons, just regular buttons.Create a website for a business travel agency with the following criteria:The website should contain 3 pages (welcome, trips and contact us): 50 pointsThe welcome page should have a form that has a title and paragraph welcoming them to the agency’s website. Below that there should be a small form with a textfield and a button. The user should be instructed to enter the number of days they would like to go on vacation. When the user clicks the button a function should be called and in that function the number of days from the textfield should be multiplied by 250 (the amount per day that the average trip costs). The result should then be displayed to the user in a paragraph below the form telling them how much their trip will probably cost. 50 pointsPASTE PICTURES OF CODE FOR THIS PAGE HEREPASTE PICTURES OF BOTH BEFORE AND AFTER DATA WAS PLACED IN THE FORM HEREThe trips page should have a form that allows the user to select one of three trips (via a drop down). The user should then have a mailing address section and a billing address section. There should be a checkbox that when checked will copy the info from the mailing address to the billing address and clear the billing address info if unchecked. 50 pointsPASTE PICTURES OF CODE FOR THIS PAGE HEREPASTE PICTURES OF BOTH DATA IN THE MAILING ADDRESS BEFORE AND AFTER THE CHECKBOX HAS BEEN CLICKED HEREThe contact page should have a form with a section for the user to type both a message and their email addressed. There should also be a button. Using jQuery, have the form disappear when the button is pressed. Modify the page so that the user sees a message somewhere that says there data has been submitted (really no data is being submitted). 50 pointsPASTE PICTURES OF CODE FOR THIS PAGE HEREPASTE PICTURES OF BOTH THE FORM WITH THE DATA ENTERED AND THEN AFTER THE BUTTON HAS BEEN PRESSED HERE

Awesome Lists containing this project