Skip to content

Latest commit

 

History

History
40 lines (31 loc) · 1.45 KB

README.md

File metadata and controls

40 lines (31 loc) · 1.45 KB

Trail Weather Tracker App

Let our App help you decide whether you should go for a hike!

Link to Web App

Trail Weather Tracker

User Story

  • As a User
    • I want to find hiking trails with weather forecasts.
    • So that I can ensure the weather is nice when I go hike.
  • Given I am a first time vistor to the site
    • When I search a state and city
    • I want to see a list of the top local trails with weather forecasts .
  • If I am a returning visitor to the site.
    • I am given my last searched latitude and longitude
    • And my previous search is automatically populated.
  • The map is populated when searching
    • The map also changes when I select a trail from the local results.
    • A marker is added to pin point the latitude and longitude.

Screenshot of the App

Image of the App

Skills Utilized

  • API connectivity
    • We connected 3 APIs together to diplay trail information, weather forecast, and a interactive map.
  • Bulma CSS framework
    • Utilizing the bulma CSS framework we created a mobile responsive application that displays a clean UI.
  • JavaScript Logic
    • Created Javascript logic to generate HTML elements where necessary instead of relying on HTML hard coded elements.

Developers

Mitch Mathias, Kayla Lynch, Randy Lofgren, and Dimitri Nakos