Skip to content

Starter Code for the Udacity's "Mobile Web Specialist Restaurant Reviews App: Stage 1" Project

Notifications You must be signed in to change notification settings

puhundrik/udacity_mws_restaurant_stage_1

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Frontend Nanodegree Restaurant Reviews

Project Overview

This is the project for Udacity Frontend Nanodegree Course.

The goal of this project is to convert a static webpage to a mobile-ready web application. We take a static design that lacks accessibility and convert the design to be responsive on different sized displays and accessible for screen reader use. We also add a service worker to begin the process of creating a seamless offline experience for our users.

How to Install

Get the project files:

or

  • Download zip-file with repository, unpack the files to any folder

If you do not have local web-server

  1. In the folder with project, 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. 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 python -m http.server 8000. If you don't have Python installed, navigate to Python's website to download and install the software.

  2. With your server running, visit the site: http://localhost:8000.

If you have local web-server

  1. Put the project files to your web-server document root.
  2. Visit the site http://localhost.

Online version

Click this url or copy and paste it to your favourite browser:

https://puhundrik.github.io/udacity_mws_restaurant_stage_1/

REQUIREMENTS

  1. Python to run simple web-server.

  2. Browser with JavaScript enabled.

  3. Internet connection to load external scripts and fonts.

About

Starter Code for the Udacity's "Mobile Web Specialist Restaurant Reviews App: Stage 1" Project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 58.6%
  • CSS 25.4%
  • HTML 16.0%