Awiedenman / wildFire

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

WildFire Watch is a react/ redux application that fetches USGS data to display current wildfires. Users can view current fires ont he Current Fires page, or report a fire by filling out and submitting a fire to teh page. The reported fire is posted to a express/postgres backend and saves the fire as unverified on the page.

colorado-fire

  • Figure out how to convert xml to JSON
  • Create wire frames

Data Collection

  • Determine which API's regarding:
    • fire bans
      • county name
      • fire danger level
    • Current wild fires
      • name
      • acres burned
      • containment
      • acticle or infor regarding the fire
    • County bounries
    • Information on how to report a forest fire local
      • [ ]fire dept numbers
    • Clean data

Build out components:

  • Message component for fires
  • Research and create Map component
  • Make fetch to google
  • Header
    • Links
      • bans
      • current fires
      • how to report

Router

  • Route stuff to other things

Redux

  • Give context with Provider and createStore
  • Actions
  • Reducers
  • Combine reducer

Testing

  • Test everything ...

About


Languages

Language:JavaScript 86.7%Language:CSS 8.7%Language:HTML 4.6%