https://github.com/matildevoldsen/restaurant-stage-1
https://github.com/matildevoldsen/restaurant-stage-1
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/matildevoldsen/restaurant-stage-1
- Owner: Matildevoldsen
- Created: 2018-01-21T13:33:12.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-01-26T01:13:08.000Z (over 8 years ago)
- Last Synced: 2025-08-30T04:28:51.273Z (9 months ago)
- Language: JavaScript
- Size: 1.07 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Codeowners: CODEOWNERS
Awesome Lists containing this project
README
# Restaurant Review App
Restaurant-review-stage-1 is an application with poorly written code that I've been required to change it to beautiful code.
This project is a part of my Nanodegree at Udacity.
## Functions
- Find a restaurant via Google maps and see it's reviews, opening times, and address.
- See a list of restaurants.
- A11y support (Accessibility)
- Use of Service Worker
- Responsive Design
## Installation
Download the project via git clone or download button afterwards you should run **python -m SimpleHTTPServer 8050** for Python 2 and **python3 -m http.server 8050** for Python 3. The server will run locally at **http://localhost:8050**