Skip to content

anndimi/Weather-App

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

61 Commits
 
 
 
 
 
 

Repository files navigation

Weather App - Anna Dimitrakopoulos, Lovisa Carling, Madeleine Svensson, Sarah Mottram, Haru Ahn

It's a weather app, that fetches data from an API and displays todays weather as well as five forecasted days. You are also able to find your current location with the geolocation function or search for desired location.

The problem

We've used scetchboard to plan our features and design. We also used it to update each other on progress, and list desired ideas.

When a problem came up we used google, stackoverflow and Technigo's on-call-support to find the solution, e.g. we wanted to display our five days forecast in a grid but our forEach method stacked the grid items on top of each other in one grid item. We solved this by taking away our grid container and items and instead display them with innerHTML and flexbox.

View it live

https://tiger-weather-app.netlify.app/

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 53.5%
  • CSS 36.9%
  • HTML 9.6%