This is my final Front-end Nanodegree Project by Udacity. This project is coded in ReactJS
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.
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
This application uses The Google maps API render the map and to display the markers.
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.