Skip to content

Latest commit

 

History

History
43 lines (23 loc) · 1.35 KB

README.md

File metadata and controls

43 lines (23 loc) · 1.35 KB

Explore The Nations

Explore The Nations features some of the top restaurants in one of Nashville's hippest neighborhoods.

Getting Started

Once you've installed the app, you can get started by searching a location and clicking submit. This will filter the list view and map markers to show locations matching your search. Click on the location name or the associated map marker to display more information about your selected location. Click reset to restart your search.

Prerequisites

  • To run this app, you need to have Node.js installed on your local computer

Installing

  • Install the app by cloning the repository to your computer
  • Then, run npm install to download all necessary dependencies

Deployment

  • Deploy the app using npm start.

Built With

This app was build with Create React App.

In addition, the app relies on the following APIs:

Authors

  • Joey Dye

License

  • This project is licensed under the MIT License.

Acknowledgements

Hat tip to the following individuals:

  • Elharony - for showing how to add Google Maps to a React project.