GithubHelp home page GithubHelp logo

fmendozaro / frest Goto Github PK

View Code? Open in Web Editor NEW
1.0 2.0 0.0 5.93 MB

Code for the Udacity's "Mobile Web Specialist Restaurant Reviews App" Project

Home Page: http://udacity-mws-1524959693928.firebaseapp.com/

HTML 18.91% JavaScript 56.79% CSS 24.05% Shell 0.25%
flexbox service-worker indexeddb-api cache-storage es6-javascript

frest's Introduction

Frest - PWA Restaurant Reviewer

A progressive web app (PWA) created following a udacity.com course.

Local Development

  1. In this folder, start up a simple HTTP server to serve up the site files on your local computer. Python has some simple tools to do this, and you don't even need to know Python. For most people, it's already installed on your computer.

  2. Make sure you install all the node dependencies by running npm install

  3. This project uses webpack and babel to transpile the JS files, so running npm run build it's necessary to get the x_bundle.js files in order to run the latest version of the app.

  4. In a terminal, check the version of Python you have: python -V. If you have Python 2.x, spin up the server with python -m SimpleHTTPServer 8000 (or some other port, if port 8000 is already in use.) For Python 3.x, you can use python3 -m http.server 8000. If you don't have Python installed, navigate to Python's website to download and install the software.

  5. With your server running, visit the site: http://localhost:8000, and look around for a bit to see what the current experience looks like.

Production site

frest's People

Contributors

fmendozaro avatar forbiddenvoid avatar

Stargazers

 avatar

Watchers

 avatar  avatar

frest's Issues

Stage 2 changes

Features

  • Change the data source for your restaurant requests to pull JSON from the server, parse the response and use the response to generate the site UI.
  • Cache the JSON responses for offline use by using the IndexedDB API.

Audit

  • Progressive Web App score should be at 90 or better.
  • Performance score should be at 70 or better.
  • Accessibility score should be at 90 or better.

Cache in photos

Implement all the necessary caches to load the photos offline

Stage 2 - step 2

Cache the JSON responses for offline use by using the IndexedDB API.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.