This website is a demonstration of best practices for building a responsive website that includes accessibility access. This website was created as a project for the Udacity Mobile Web Specialist Nanodegree which I am completing because I won a Google Scholarship.
- [Live Demo](#live demo)
- [Getting Started](#getting started)
- Author
- Contributing
- [Style Guide](#style guide)
- License
I have a live demo of this website that you can view.
This website provides information on restaurants located in the New York, NY metro area. The main page of the website provides a google map that shows all the restaurant locations with a pin. Below the map is a list of all restaurants that I currently have in my database. Here is an example of what the home page of the website looks like:
If you click on any restaurant, you will be taken to a detail page. The detail page will show the location of the restaurant on a map, their hours of operation, and any reviews that have been left for the restaurant. Here is what the details page looks like for a restaurant:
Also on the details page are any reviews that have been left for that restaurant. Here is what the reviews look like:
You will need to clone this repo with this command:
git clone https://github.com/ratracegrad/mws-restaurant-stage-1.git
After cloning you will need to change into the directory holding the source code with the command:
cd mws-restaurant-stage-1
From within the root directory you will need to install the dependencies with the command:
npm install
I have included a script to lint the code to verify it passes standards. You can run this script with the command:
npm run lint
See CONTRIBUTING.md for contribution guidelines.
If you are interested in contributing to this project please read my style guide first.
This project is licensed under the MIT License - see the LICENSE.md file for details