Skip to content

JaimeMitchell/water_witch_front

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

86 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The WaterWitch Map

Locate Potable Water in NYC!

Overview

The most challenging part about living in a van in NYC?

Finding potable water to fill jugs and tanks that range from 1-20+ gallons.
This app aims to solve that problem by vetting and mapping potable water sources.
Written in React and Python as a Capstone Project at Ada Developers Academy.

App Link: WaterWitch Map

Languages and Tools Used To Create This Project:

flask git heroku javascript jest postgresql postman python react leaflet Pandas GeoPandas

App Features"

  • Interactive Map The page will load with all water sources currently in the Database..
  • [Desktop Version Only] This will run on both desktop and phone but is not optimized for phone... yet.
  • Map will automatically load your current location with geo-coordinates, unless you have your web browsers location turned off.
  • Menu to navigate between Map, Instructions, Filters, Search Address, Add Water Location Form.
  • Though all water assets are in a private database, the address search bar is using the LocationIQ API.
  • The markers require latitude and longitude coordinates. Copy and paste them from either your current location marker's popup, or from the search bar results. Markers can not be plotted without geocoordinates.

Installation/Environment Set-Up

  • Clone this repository.
  • Yarn - this is needed in order to access the Yarn Package Manager.
  • run yarn in the terminal
  • Install dependencies by running yarn install -r requirements.txt.
  • My app has a backend DB which I am currently not listing here, so you will see an empty map, and just a black marker that represents your current location and geo-coordinates.
  • To start the server run yarn start. To kill the server control + C
  • Better and more thorough documentation to come as this app evolves.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors