how do I create the following pages: Main Page (index.html) - This page will display the user's list with edit and delete options for each list item. "Completed" list items should be hyperlinks that take you do the View List Item page.The user should be able to add a new item to the list right on this page by providing just a title and description (then they can edit the list item to add more details later). Edit List Item (edit-item.html) - Once a user has completed a bucket list item, they can provide more information. You can choose what type of information they might want to record for completed items but at minimum you should have: Title (this was provided when the item was created, and in A3 will be populated from the database) Description (this was provided when the item was created, and in A3 will be populated from the database) Rating - eventually this should be a star system, but that typically requires a little (sometimes a lot) of JavaScript, so the star part would come in Assignment #4. For now, just use a range input. Completion Date Details - a text area to allow for easy entry of larger amounts of text so the user can write details of their successful completion of the bucket item. Proof - an image upload as their "proof" of completion (file upload).     View List Item (view-item.html) - Display all the details for a particular completed bucket list item, nicely formatted. Eventually this info will come from the database, and be dynamic based on the item selected... but for now, hard-code a placeholder so that you can get your structure down. Public List (list.html) - This is a public view of the user's list (so they can share it with other people). It will basically be the same as theMain Page, but without the form to add an item or the buttons/links to edit and delete. Search (search.html) - This page contains a form allowing the user to specify what to search for in list items, and a display of results (you can decide what should be displayed). It should also include something similar to Google's "I'm feeling lucky" which randomly choses something off another user's (public) bucket list as a suggestion. Again, eventually this info will come from the database... but for now, hard-code something to get the layout down.

Database System Concepts
7th Edition
ISBN:9780078022159
Author:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Chapter1: Introduction
Section: Chapter Questions
Problem 1PE
icon
Related questions
Question

how do I create the following pages:

  • Main Page (index.html) - This page will display the user's list with edit and delete options for each list item. "Completed" list items should be hyperlinks that take you do the View List Item page.The user should be able to add a new item to the list right on this page by providing just a title and description (then they can edit the list item to add more details later).
  • Edit List Item (edit-item.html) - Once a user has completed a bucket list item, they can provide more information. You can choose what type of information they might want to record for completed items but at minimum you should have:
    • Title (this was provided when the item was created, and in A3 will be populated from the database)
    • Description (this was provided when the item was created, and in A3 will be populated from the database)
    • Rating - eventually this should be a star system, but that typically requires a little (sometimes a lot) of JavaScript, so the star part would come in Assignment #4. For now, just use a range input.
    • Completion Date
    • Details - a text area to allow for easy entry of larger amounts of text so the user can write details of their successful completion of the bucket item.
    • Proof - an image upload as their "proof" of completion (file upload).
     
     
  • View List Item (view-item.html) - Display all the details for a particular completed bucket list item, nicely formatted. Eventually this info will come from the database, and be dynamic based on the item selected... but for now, hard-code a placeholder so that you can get your structure down.
  • Public List (list.html) - This is a public view of the user's list (so they can share it with other people). It will basically be the same as theMain Page, but without the form to add an item or the buttons/links to edit and delete.
  • Search (search.html) - This page contains a form allowing the user to specify what to search for in list items, and a display of results (you can decide what should be displayed). It should also include something similar to Google's "I'm feeling lucky" which randomly choses something off another user's (public) bucket list as a suggestion. Again, eventually this info will come from the database... but for now, hard-code something to get the layout down.

 

Expert Solution
steps

Step by step

Solved in 6 steps with 3 images

Blurred answer
Knowledge Booster
JQuery and Javascript
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
Database System Concepts
Database System Concepts
Computer Science
ISBN:
9780078022159
Author:
Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:
McGraw-Hill Education
Starting Out with Python (4th Edition)
Starting Out with Python (4th Edition)
Computer Science
ISBN:
9780134444321
Author:
Tony Gaddis
Publisher:
PEARSON
Digital Fundamentals (11th Edition)
Digital Fundamentals (11th Edition)
Computer Science
ISBN:
9780132737968
Author:
Thomas L. Floyd
Publisher:
PEARSON
C How to Program (8th Edition)
C How to Program (8th Edition)
Computer Science
ISBN:
9780133976892
Author:
Paul J. Deitel, Harvey Deitel
Publisher:
PEARSON
Database Systems: Design, Implementation, & Manag…
Database Systems: Design, Implementation, & Manag…
Computer Science
ISBN:
9781337627900
Author:
Carlos Coronel, Steven Morris
Publisher:
Cengage Learning
Programmable Logic Controllers
Programmable Logic Controllers
Computer Science
ISBN:
9780073373843
Author:
Frank D. Petruzella
Publisher:
McGraw-Hill Education