/mws-restaurant-stage-1

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

Primary LanguageJavaScript

Restaurant Reviews

This site is part of the Front-End Web Developer Nanodegree Program on Udacity.

Table of Contents

Description

The project aims to provide restaurants reviews. The UI is optimized for different resolutions and different screens, it's also provides accessibility support. The app is available even without a connection.

Starter code provided by Udacity.

Screenshots

Instalation

  • git clone <repository-url> this repository

  • change into the new directory

  • In this folder, start up a simple HTTP server to serve up the site files on your local 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 python3 -m http.server 8000. If you don't have Python installed, navigate to Python's website to download and install the software. With your server running, visit the site: http://localhost:8000.