Skip to content

TatianaWeb/Restaurant-Reviews-Project

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mobile Web Specialist Certification Course | Project 5 | Fron-End Web Development

This is my repository for Udacity's project#5 using Udacity starter code (forked from udacity/mws-restaurant-stage-1).

Project Overview

A static webpage converted to a mobile-ready web application responsive on different sized displays and accessible for screen reader use, starting the process of creating a seamless offline experience for users.

Project Rubric

Your project will be evaluated by a Udacity code reviewer according to the Restaurant Reviews project rubric. Please review for detailed project requirements. The rubric should be a resource you refer to periodically to make sure your project meets specifications.

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.

Steps to complete the project

Fork and clone the starter repository. The code in this repository will serve as your baseline to begin development. From inside the new directory, launch a local client server using Python from your terminal:

  • Python 2: python -m SimpleHTTPServer 8000
  • Python 3: python3 -m http.server 8000
  • Visit the site in your browser at http://localhost:8000

Instructions to refresh code from VSC to GitHub

  • git clone origin
  • git add .
  • git commit -m "Any message"
  • git push origin master

Dependencies

Helpful links for this project:

Contributing

This repository is the starter code for all Udacity students. Therefore, we most likely will not accept pull requests.

About

RMIT | Mobile Web Specialist Restaurant Reviews App | Project 5

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 61.3%
  • CSS 23.5%
  • HTML 15.2%