Giter Club home page Giter Club logo

mws-stage-1's Introduction

Mobile Web Specialist Certification Course


Three Stage Course Material Project - Restaurant Reviews

How to run the project:

pre-built version (fastest and easiest):

go to dist folder and run server there: cd dist && python3 -m http.server

or

install project dependencies: npm install

development version:

run npm run start and go to http://localhost:1234/index.html

production version:

run npm run serve and go to http://localhost:8000

Project Overview: Stage 1

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.

Specification

You have been provided the code for a restaurant reviews website. The code has a lot of issues. It’s barely usable on a desktop browser, much less a mobile device. It also doesn’t include any standard accessibility features, and it doesn’t work offline at all. Your job is to update the code to resolve these issues while still maintaining the included functionality.

Changes I've made:

  • add Mapbox token and remove no longer relevant code for google maps
  • format html files
  • add meta viewport tag and html language
  • fix headers hierarchy
  • add parcel bundler
  • changed leaflet to be a local dependency
  • fix normalize.css (add as a local dependency)
  • add postcss
  • make site responsive and pretty
  • add aria roles
  • add alt descriptions for images
  • add different image sizes for srcset
  • add service worker

mws-stage-1's People

Contributors

marzelin avatar forbiddenvoid avatar genchau avatar focus3d 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.