diff --git a/README.md b/README.md index 00dbfd2..88041c7 100644 --- a/README.md +++ b/README.md @@ -4,22 +4,11 @@ Capstone project for Udacity's **Mobile Web Specialist Nano-Degree**, part of th --- -## Current State / Branch : Phase 2 +## Current State / Branch : Phase 3 Rubric requirements for this stage of the project include: -* Application Data Source: The client application should pull data from the development server, parse the JSON response, and use the information to render the appropraite sections of the application UI. -* Offline Use: The client application works offline. JSON responses are cahced using the IndexedDB API. Any data previously accessed while connected is reachable while offline. - - -* Responsive Design: The application maintins a responsive design on mobile, tablet and desktop viewports. -* Accessibility: The application retains accessibility features from the Stage 1 project. Images have alternate text, the application uses appropriate focus management for navigation, and semantic elements and ARIA attributes are used correctly. - - -* Site Performance: Lighthouse targets for each category exceed - Progressive Web App > 90 - Performance > 70 - Accessibility > 90 +* --- @@ -27,7 +16,7 @@ Rubric requirements for this stage of the project include: 1. Ensure that the local API Server is running on port 1337. - The local API Server can be found [here](https://github.com/udacity/mws-restaurant-stage-2). + The local API Server can be found [here](https://github.com/udacity/mws-restaurant-stage-3). 2. Navigate to this directory & install dependencies. ```