Skip to content

Transformed static page into fully-responsive, accessible and progressive web application

Notifications You must be signed in to change notification settings

annaszalkiewicz/restaurant-reviews-app

Repository files navigation

Restaurant Reviews App


Project Overview

For the Restaurant Reviews projects, you will incrementally convert a static webpage to a mobile-ready web application. In Stage One, you will take a static design that lacks accessibility and convert the design to be responsive on different sized displays and accessible for screen reader use. You will also add a service worker to begin the process of creating a seamless offline experience for your users.

How to run project?

Run on local machine

  1. Clone repository to local machine using
$ git clone https://github.com/annaszalkiewicz/restaurant-reviews-app
  1. Run this command in terminal
gulp serve
  1. With your server running, visit the site: http://localhost:3000

Run on local machine with Python

  1. Clone repository to local machine using
$ git clone https://github.com/annaszalkiewicz/restaurant-reviews-app
  1. Run this command to check what Python version you have.
python -v

If you don't have Python installed, navigate to Python's website to download and install the software.

  1. If you have Python 2.x run
python -m SimpleHTTPServer 3000

If you have Python 3.x use

python3 -m http.server 3000
  1. With your server running, visit the site: http://localhost:3000

Live preview

https://mywebgraphicdesign.com/restaurant-reviews-app

Dependencies

Contributions

As this project is part of Front-End Nanodegree Program no contribution will be accepted.

About

Transformed static page into fully-responsive, accessible and progressive web application

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published