Specifications
In this class the final project will be one of three projects:
1. Make a heavily interactive website which will include at minimum 4 JavaScript items. These can be any of the following and more: image carousels, sticky nav, hover states, lightboxes, modal windows, accordions, tabs, etc. of the four must be a ‘hand-crafted’ code item and the last one must use an advanced jQuery plugin with custom arguments for that plugin. If you have questions on what I mean about hand-crafted vs plugin, see my post Confusion about plugins.
2. Make a complete in browser JavaScript game
It should be an interactive game (of your own design) – it can be an homage, like the frogger and the galaga game in the examples. This should be utilizing methods from the jQuery library.
3. A calculator of some kind
Some examples include but are not limited to: mortgage calculator, car payment calculator, a distance rate calculator, a scientific calculator, a personality quiz and much much more. This should include several inputs and probably use ajax to display data.