An app that users can use to find local restaurants, their location on an interactive map, information, and reviews from other customers.
I was tasked to make this app responsive to mobile devices, more accessible, and also make it work offline and cache resources with the service worker API.
These instructions will get you a copy of the project up and running on your local machine to start testing.
Clone with HTTPS
git clone https://github.com/costas90/restaurant-reviews-app.git
or Download as a zip.
Make sure you have http-server installed via NPM
npm install http-server -g
Change to the project file
cd restaurant-reviews-app
Finally, run http-server
This project is licensed under the MIT License.
This project is part of the Frontend Nanodegree from Udacity.com.