Giter VIP home page Giter VIP logo

restaurant-reviews-app's Introduction

Restaurant Reviews App (Stage 1)

restaurant reviews app for the front-end web developer nanodegree at udacity

Instructions

  • You can either visit the page here https://hal-9.github.io/restaurant-reviews-app or clone/download a local version to your computer.
  • In the root folder of the project, start a simple HTTP server to run the page on your local computer. There are various ways to do this, an easy way however would be to use python.
  • You can check whether you have installed python and which version you might have already installed by typing in python -V. (In case you dont have python installed yet, check out the following page to install it: python website.)
  • If you have python 2.x use the command python -m SimpleHTTPServer 8000 (or some other port, if that port is already in use). In case you have python 3.x installed, use the command python3 -m http.server 8000.
  • when the server is runninng, just visit: http://localhost:8000 in your browser.

Code

  • the provided coded for a restaurant review app lacked accessibility features, was not at all responsive and had no offline features.
  • utilizing css rules and media queries I have made the page responsive for different viewports using flexbox among other things. the page runs optimized on mobile first, then tablets and laptop screen sizes.
  • using a service worker to cache a static version of the page, I have made it possible that users can access the page while there is no connectivity to the internet, after the page was loaded once.

License

restaurant-reviews-app's People

Contributors

hal-9 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.