Skip to content

Latest commit

 

History

History
26 lines (11 loc) · 812 Bytes

README.md

File metadata and controls

26 lines (11 loc) · 812 Bytes

NYC Eats / Neighborhood Map (React)

This is my final Front-end Nanodegree Project by Udacity. This project is coded in ReactJS

Purpose

This app's functionality is to locate my favorite eats in NYC by map. It also includes a search functionality that filters out the markers by query.

How to install

To install you can either clone by using git clone or download a zip file. Afterwards in the terminal you should use npm install to download the dependencies and then to run the app use npm start

Google Maps

This application uses The Google maps API render the map and to display the markers.

Foursquare

In this application I also used Foursquare API to get information about the locations.

Glad to have participated in Udacity's Front-end NanoDegree Program.