Skip to content

jsthompson16/a2-shortstack

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pizza Ordering Website

Jarod Thompson http://a2-jarodthompson.glitch.me

My website allows you to order pizza from Classic Pizza, allowing up to two toppings per pizza. You can order a new pizza, see the orders currently being worked on, edit them, and delete them. Click on the "View Current Orders" link to see the table of current orders, and click on the "Order now!" link to bring back up the form to order a new pizza.

Technical Achievements

  • Instantiated an HTML table in Javscript: Learned how to fill in the rows, columns and values of an HTML table from within Javascript code, using information stored on the server.

Design/Evaluation Achievements

  • Accessibility: I included aria-labels for my page links in my navPane and put the main functionality of my page into the main tag of the html rather than using another div tag.

About

Assignment #2 for CS 4241

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 59.8%
  • HTML 29.2%
  • CSS 11.0%