Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 963 Bytes

File metadata and controls

21 lines (16 loc) · 963 Bytes

Neighborhood Map Project

This is a single page application featuring a map of neighborhood around me with information about Smithsonian Museums.

It's built with: HTML, CSS, Javascript, React and used Google Maps and Foursquare API.

How to run?

  • Clone the repository
  • Install all project dependencies with npm install
  • Start the development server with npm start
  • To create a production build, use npm run build
  • The production build mode includes a Service Worker
  • To successfully run the project, replace Google Maps API key (const key in getGoogleMaps function) and Foursquare API credentials (const cid and secret in getDetail function) in src/Components/app.js with valid data.

Create React App

This project was bootstrapped with Create React App.

Foursquare API

This project has used Foursquare API to show information about the locations.

License

MIT © mdigitalcomm