Skip to content

CrispyCoder817/Project-1

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

Project-1: Wanderlost

This is the first collaberative group assigmnent from the Full Stack Web Development MSU Coding Boot Camp. Our group was tasked with creating a fully functional application and presenting it to our peers.

project01_01 project01_02 project01_03

Project Acceptance Criteria

  • Must use a CSS framework other than Bootstrap.
  • Must be deployed to GitHub Pages.
  • Must be interactive (i.e., accept and respond to user input).
  • Needs to utilize at least two server-side APIs.
  • Uses modals (no alerts, confirms, or prompts).
  • Must use client-side storage to store persistent data.
  • Should be responsive.
  • Have a polished UI.
  • The repository should be clean and meet quality coding standards (file structure, naming conventions, follows best practices for class/id naming conventions, indentation, quality comments, etc.).
  • There should be a quality README (with unique name, description, technologies used, screenshot, and link to deployed application).

User Story

  • As a hiker and or outdoor adventurer,
  • I want to locate trails on a map,
  • I want to see the current weather for that location,
  • So that I can plan a trip accordingly.

Collaborators

Our Vision

Our group shares a common love of exploring the outdoors and hiking. As we shared stories of our separate adventures wandering the wilds of this world, we quickly realized that we've all experienced getting lost and accidentally roaming off trail. Despite the use of trail guide books and provided park pamphlets there's still plenty of room for one to get lost while hiking. Especially if a trail systems isn't properly marked or lacks signage. It became clear that we wanted to build an application that would provide hiking trail maps and accurate weather updates.

Technology Utilized

This application was built using dynamic HTML, CSS, and is powered by JavaScript. We chose to utilize the CSS framework Foundation by ZURB Inc. For the weather reports we used the API OpenWeather. To find trail maps we used the API Michigan DNR Designated Hiking Pathways. We sourced the map from the API Open Street. We used Leaflet Interactive Map Guide for the markers on the map.

Future Developement

After a long day of hiking and exploring adventurers always look forward to a good meal and having a safe comfortable place to sleep. In the future we'd like this application to include information for nearby lodging (hotels, motels, airbnb, etc) and local dinning options. Perhaps even add a feature finder and expand to include special interests (i.e; off roading, rock climbing, etc)

https://dracon75.github.io/Project-1/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 46.7%
  • HTML 37.1%
  • CSS 16.2%