/restaurant-reviews

A responsive web app using a static database to pull restaurant info.

Primary LanguageJavaScript

Restaurant Reviews

This is a multi-page progressive web app that displays restaurant information from a static local database. This web app showcases my skills to utilize breakpoints and relative length units in css to create a scalable app viewable on all devices. Service workers were included in the project to provide offline fuctionality.

Table of Contents

Demo

restaurant reviews App is currently live: https://ziwam.github.io/restaurant-reviews/

Installation

To clone this repository you need Git, Node, Node's package manager (npm) and Gulp installed on your computer.

Installation

# clone the repo
$ git clone https://github.com/Ziwam/restaurant-reviews.git

# go into the repo
$ cd restaurant-reviews

# install the dependencies
$ npm install

# start the app
$ gulp serve

Open the index.html file to view a demo of the app.

Technologies

This project includes:

License

(MIT License) The MIT License (MIT) Copyright (c) 2018 Ziwa Mukungu zmukungu@gmail.com

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.