Git Product home page Git Product logo

mws-project's Introduction

Restaurant Review Mobile Web App


Project Overview

The Restaurant Reviews app is a mobile-ready web application. It is responsive and thus can be viewed on different sized displays. It was designed with accessibility in mind and accessible for screen reader use. It's offline capability means when offline, you can view pages previously visited while online.

How do I run it?

  1. Clone the repository.

  2. Run npm install

  3. Run gulp dist

  4. In the dist folder of the repository, start up a simple HTTP server to serve up the site files on your local computer. Python has a simple tool to do this, and you don't even need to know Python. For most people, it's already installed on your 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. 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.

If you however have PHP (LAMP/WAMP/XAMPP) installed instead, spin up the server with php -S localhost:8000.

  1. With your server running, visit the site: http://localhost:8000. Viola!

Live site: https://dalsn.github.io/mws

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.