Skip to content

sadeemNasser/restaurantReview

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Restaurant Reviews App

Introduction.

This is a project for the Udacity Front-End Web Developer Nanodegree program. The objective of the project is to take an app that is not working very well and make it fully responsive and accessible to users for all type of devices. App should also be able to work when network connection is down or poor.

Running the App

  • Using Python HTTP server In the project 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.
  1. Using Terminal enter into project directory.

  2. In a terminal, check the version of Python you have: python -V.

  • a If you have Python 2.x, spin up the server with python -m SimpleHTTPServer 3000 (or some other port, if port 8000 is already in use.)
  • b For Python 3.x, you can use python3 -m http.server 3000.
  1. With your server running, visit the site: http://localhost:3000.

Dependencies

The starter code for this project is based on the Udacity repository (https://github.com/udacity/mws-restaurant-stage-1)

Leaflet.js and Mapbox:

This repository uses leafletjs with Mapbox. You need to replace <your MAPBOX API KEY HERE> with a token from Mapbox. Mapbox is free to use, and does not require any payment information.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published