Skip to content

Second version of a responsive jQuery application that uses Open Weather Api to display current forecast as well as future five day forecast.

Notifications You must be signed in to change notification settings

Defy1x/c06-weather-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Table of Contents:

Project:

Title:

c06-weather-app

Description:

As for our sixth week of homework for this assignment we (Columbia Engineering Bootcamp students) were given the following user story below and acceptance criteria:

User Story

AS A traveler
I WANT to see the weather outlook for multiple cities
SO THAT I can plan a trip accordingly

Acceptance Criteria

GIVEN a weather dashboard with form inputs
WHEN I search for a city
THEN I am presented with current and future conditions for that city and that city is added to the search history
WHEN I view current weather conditions for that city
THEN I am presented with the city name, the date, an icon representation of weather conditions, the temperature, the humidity, the wind speed, and the UV index
WHEN I view the UV index
THEN I am presented with a color that indicates whether the conditions are favorable, moderate, or severe
WHEN I view future weather conditions for that city
THEN I am presented with a 5-day forecast that displays the date, an icon representation of weather conditions, the temperature, and the humidity
WHEN I click on a city in the search history
THEN I am again presented with current and future conditions for that city

This homework was very difficult and used all of the previous homework assignments code including working with APIs. The technologies used in this app were HTML, CSS, and JS. I am super happy to have finished this.

#Links

Deployed Link:

https://defy1x.github.io/c06-weather-app/

#Usage

Final screenshot

This is the final deployed screenshot of the day planner This is the final deployed screenshot of the day planner This is the final deployed screenshot of the day planner

This is my weather app. I am very proud of this.

#Credits Thank you to everyone who participated on the group zoom call on Wednesday 3/10/2021 within Columbia Bootcamp.

#License MIT License

Copyright (c) 2021 Casandra McDonald

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

About

Second version of a responsive jQuery application that uses Open Weather Api to display current forecast as well as future five day forecast.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published