Skip to content

Latest commit

 

History

History
executable file
·
12 lines (9 loc) · 625 Bytes

README.md

File metadata and controls

executable file
·
12 lines (9 loc) · 625 Bytes

Restaurant Review Application

Overview

This project focused on taking a static webpage with little to no responsive elements and converting it to a responsive, accessible and attractive application to find your next meal!

How to access and view this project?

  1. Fork and clone the project. The code in this repository will serve as your baseline to begin viewing the application. From inside the new directory, launch a local client server using Python from your terminal: Python 2: python -m SimpleHTTPServer 8000 Python 3: python3 -m http.server 8000
  2. Visit the site in your browser at http://localhost:8000