Git Product home page Git Product logo

mws-restaurant-reviews's Introduction

Mobile Web Specialist Certification Course Project

Goals

This project aims to convert a static webpage to a mobile-ready web application. The main goals are to improve responsivness, accessibility and ability to work offline of Restaurant Reviews website.

Lighthouse score

  • Performance > 90
  • Progressive Web App > 90
  • Accessibility > 90

Getting started

In order to run this project, you have to follow these three steps:

  1. Run backend server
  2. Build project
  3. Start project server

1. Run backend server

This project uses backend server for Stage 3 of Udacity Mobile Web Specialist Nanodegree. You have to download and run this server according to its documentation.

2. Build project

This project uses webpack for making production bundle. In order to build project, run following commands:

npm install

npm run build

The resulting bundle is in dist directory within project path.

3. Start project server

This project doesn't require any specific server. It can be run on any HTTP server of choice.

For example, you can use Python HTTP server, which is included by default in MacOS and many Linux distributions. The exact command depends on which version of Python you have (use python -V in a terminal to check out).

Python 2.x

python -m SimpleHTTPServer 8000

Python 3.x

python3 -m http.server 8000

The server must be started in dist directory.

In the examples above, the server will run on http://localhost:8000.

Image credits

List of images used in this project:

  • Heart by Hassan ali from the Noun Project
  • Restaurant by b farias from the Noun Project

mws-restaurant-reviews's People

Contributors

bakoushin avatar forbiddenvoid avatar

Watchers

James Cloos avatar  avatar

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.