Jeff's Fine Pizza Resturant

Jeff's Fine Pizza Resturant home page.
Date:
November 2017
My tasks:
Javascript, jQuery, HTML, CSS, Design
Category:

Description

I created this site as the final project in my third course taken in my graduate program.

The course focused on client-side development. The site was designed around a fictional restaurant. It was built to be responsive, utilizing initializr and a bootstrap framework. In addition, every page in the main navigation had to meet specific functional requirements.

  • The home page had to utilize an image carousel API.
  • The about page had to utilize the google maps API.
  • The menu page had to utilize AJAX to acquire the page content from the server. Once the content was retrieved, Javascript had to be used to render the data into HTML (which was styled with CSS). In addition, localStorage was used to save the retrieved data. Finally, once the information is stored in locally, the browser utilizes the stored data to render the page content when the user returns to the page, rather than making additional requests to server.
  • The gallery page had to utilize a flickr API to pull in an image feed. The gallery is then rendered with javascript.
  • The contact page had to make use of a jQuery form validation plugin and display feedback to the user about the validity of the information as it is entered.

Additional information about the project can be found on the credits page.