Skip to content

Anuraadha/FEND-Restaurant-review-master

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mobile Web Specialist Certification Course


Three Stage Course Material Project - Restaurant Reviews

Project Overview: Stage 1

This project is project for Front End Developer Nanodegree program for UDACITY. For this project we have given a basic repository to make it accessible and Responsive and it should work offline also.

Table of Contents

Info

This project is part of the Frontend Web Developer Nanodegree.Requirements for this project is to gradually convert a static webpage to a mobile-ready web application.

How To Run

1.Clone this repository or download it as a .zip file. Once downloaded, enter into the directory with the terminal.

  1. 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.
    • Note - For Windows systems, Python 3.x is installed as python by default. To start a Python 3.x server, you can simply enter python -m http.server 8000.
  2. With your server running, visit the site: http://localhost:8000.

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.

Releases

No releases published

Packages

No packages published