Skip to content

Durdona/FEND-React.JS-Neighborhood-Map

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Neighborhood Map Application React

1. Overview

A single page web application build on react. This application shows near food restaurants. With the help of search feature user can search or filter specific restaurant. When user choose a location, the infomation about it’s location will be shown on map using marker popup. The near locations list and detail information of each location will be fetched from four square api. The mapbox is used in this application means mapbox map is being used.

2. Installation

  1. Clone or download source code from my repo
  2. Navigate to the directory where you want to store the app.
  3. Now install all modules listed as dependencies in package.json by running the command npm install
  4. Launch the app with this command npm start A new browser window open automatically displaying the app. If it doesn’t, navigate to http://localhost:3000/ in your browser NOTE: The service workers for this app will only cache the site when it is in production mode.

4. How to run the project in Production Mode

  • To create a production build use npm run build
  • Navigate to the build directory and start the server with npm run deploy
  • This mode includes a Service Worker.

5. Using Resources:

  • Material UI
  • Mapbox Map for map
  • Foursquare api's

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors