Skip to content

A single page application featuring a map showing some nice restaurants in the University District, Seattle. (Built with React)

Notifications You must be signed in to change notification settings

asaadb/react-neighborhood-map

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Neighborhood Map Project

Screenshot

Project Overview

I created a single page application featuring a map showing some nice restaurants in the University District, Seattle, a Neighborhood I used to live in. I added functionality to this map including highlighted locations, third-party data about those locations and various ways to browse the content.

Specifications

The purpose of this project was to build a single page map application using React and Google Maps API, and to integrate a third-party data API and make the app responsive, accessible and usable offline.

Installing

To run the project in development mode in your local machine:

  • Download or clone the repository in your computer:
$ git clone https://github.com/asaadb/React-Neighborhood-Map.git
  • Navigate to the repository directory in your terminal

  • Run the following code to install the development dependencies:

$ npm install
  • start the development server with
$ npm start

To run the project in the production mode:

  • Run:
$ npm run build

This builds the app for production to the build folder.
It correctly bundles React in production mode and optimizes the build for the best performance. See the section about deployment for more information.

Tools & dependencies

About

A single page application featuring a map showing some nice restaurants in the University District, Seattle. (Built with React)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published