Restaurant Review App

Code Notes by James Priest

Code Notes

Live Demo GitHub Repo

Restaurant Review App

These notes detail the solutions applied toward solving each stage of the Restaurant Review App project.

Project Overview

This app was my capstone project for Udacity’s Mobile Web Dev Nanodegree.

The project required that we code against various HTML5 APIs with vanilla Javascript. We were not to use the assistance of any frameworks or external libraries except for a Promise library that wrapped the IndexedDB API.

Here’s a high level list of some of the functionality this app needed to produce.

Here’s a partial list of the APIs and technologies we needed use and demonstrate.

Audit Scores

Audit 1

Audit 2