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.
- Clone or download source code from my repo
- Navigate to the directory where you want to store the app.
- Now install all modules listed as dependencies in package.json by running the command
npm install - Launch the app with this command
npm startA 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.
- 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.
- Material UI
- Mapbox Map for map
- Foursquare api's