Skip to content

Commit

Permalink
Updating readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Kate Lovett committed Nov 3, 2018
1 parent 08a2fb4 commit ae51fa3
Showing 1 changed file with 3 additions and 14 deletions.
17 changes: 3 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,30 +4,19 @@ 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
*

---

## To Run This Code:


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.
```
Expand Down

0 comments on commit ae51fa3

Please sign in to comment.