Skip to content

Latest commit

 

History

History
64 lines (48 loc) · 2.66 KB

README.md

File metadata and controls

64 lines (48 loc) · 2.66 KB

React Neighbourhood Map

The project is part of Udacity FEND Program. This is a single page app that allows you to search museums in Venice, Italy. In this project I used Foursquare API to get list of the places and Google Maps API to display places on the neighborhood map.

Install and Run the app

  • Clone this repo in your terminal with the command git clone https://github.com/cristalnaya/react-neighbourhood-map.git
  • or just download it to your computer
  • open the terminal and run following commmands
  • change directory into cd react-neighbourhood-map
  • run npm install in your terminal
  • run npm start and the app will run locally on port: 3000

Note: Node JS and NPM (Node Package Manager) are required to install and run the application.

Structure of the App

├── package.json
├── package-lock.json
├── public
│   ├── favicon.ico
│   ├── index.html
│   └── manifest.json
├── README.md
└── src
    ├── App.css
    ├── App.js
    ├── App.test.js
    ├── Foursquare.svg
    ├── index.css
    ├── index.js
    ├── LocationsAPI.js
    ├── Map.js
    ├── mapStyle.js
    ├── registerServiceWorker.js
    └── SearchBar.js

Libraries

Create React App

This project was bootstrapped with Create React App. You can find more information on how to perform common tasks here.

Tools Used

Build the app

Note that the development build is not optimized. If you want to create a production build, use npm run build. Only in production mode the Service Worker will cache data.