Updated the to do list.
This commit is contained in:
parent
bed0e13ceb
commit
0b8d4e2f0f
1 changed files with 5 additions and 5 deletions
10
todo.txt
10
todo.txt
|
@ -5,20 +5,20 @@ Your website should contain:
|
||||||
• A personal data entry area ####### DONE
|
• A personal data entry area ####### DONE
|
||||||
o Each user may be vegetarian and/or allergic to gluten. (The code provided does not
|
o Each user may be vegetarian and/or allergic to gluten. (The code provided does not
|
||||||
considers the OR... change it). ####### DONE
|
considers the OR... change it). ####### DONE
|
||||||
o Each user can indicate a preference for organic or non-organic products. ####### DONE
|
o Each user can indicate a preference for organic or non-organic products.
|
||||||
(This is not considered in the code provided, it needs to be added in the ####### DONE
|
(This is not considered in the code provided, it needs to be added in the
|
||||||
Options section, and add it as a variable in the list of products). ####### DONE
|
Options section, and add it as a variable in the list of products). ####### DONE
|
||||||
• An area for the choice of items ####### DONE
|
• An area for the choice of items ####### DONE
|
||||||
o Items should be priced. (to add to the code provided) ####### DONE
|
o Items should be priced. (to add to the code provided) ####### DONE
|
||||||
o Items should be in sorted by price. (to add to the code provided)
|
o Items should be in sorted by price. (to add to the code provided) ####### DONE
|
||||||
• An area to view the cart. ####### DONE
|
• An area to view the cart. ####### DONE
|
||||||
o The contents of the cart and its total. ####### DONE
|
o The contents of the cart and its total. ####### DONE
|
||||||
• Your signature (Website designed by ...) at the bottom of the page. ####### DONE
|
• Your signature (Website designed by ...) at the bottom of the page. ####### DONE
|
||||||
• The use of external CSS (separate file) to set styles for titles, divisions, your signature at the
|
• The use of external CSS (separate file) to set styles for titles, divisions, your signature at the
|
||||||
bottom of the site. Explore font changes, colors, alignment, etc., to make the site a little
|
bottom of the site. Explore font changes, colors, alignment, etc., to make the site a little
|
||||||
prettier. For this lab, your rating will be on the feature, so don't waste too much time here if
|
prettier. For this lab, your rating will be on the feature, so don't waste too much time here if
|
||||||
you're just starting out.
|
you're just starting out. ####### DONE
|
||||||
• Using JavaScript (separate files) to contain the script associated with the site.
|
• Using JavaScript (separate files) to contain the script associated with the site. ####### DONE
|
||||||
|
|
||||||
|
|
||||||
Additional possibilities (Optional)
|
Additional possibilities (Optional)
|
||||||
|
|
Loading…
Reference in a new issue