Skip to content

m-dimmitt-old/good-neighbor

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

good-neighbor

screen shot 2017-08-24 at 7 52 39 am

A react app that helps connect you with your neighbors.

  1. post messages to the neighborhood.
  2. post direct messages
  3. find upcoming events near you, provided by eventful api.
  4. learn the current weather at your home address, provided by weatherunderground api.

Good Neighbor will use the Google Maps API in conjunction with the Zillow Neighborhoods API to match you with other users in your neighborhood where you can interact and build relationships.

Demo Avaliable at

https://good-neighbor-8bcdd.firebaseapp.com/

screen shot 2017-08-23 at 9 23 31 pm

Install Local Development Environment:

1. ensure that npm (node package manager - javascript) is installed on your computer.
git clone https://github.com/tyjdavis/good-neighbor.git;
cd good-neighbor;
npm install;
npm start;

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 81.9%
  • CSS 14.6%
  • HTML 3.5%