An open API service indexing awesome lists of open source software.

https://github.com/matildevoldsen/restaurant-stage-1


https://github.com/matildevoldsen/restaurant-stage-1

Last synced: 7 months ago
JSON representation

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**