Skip to content

sk-phan/project-weather-app

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Weather App

This was a mob programming project where we started as a group and did the foundations. Then we divded into 2 groups, one did the styling CSS and the other did the JavaScript in separate branches. After that we joined up the groups and merged the branches.

Blue requirements:

You should fetch data from the API using fetch() in JavaScript All data in the sketch above should be present and fetched from the API The presentation of the data should be in the specified format. The page should work on mobile (mobile first!), tablet and desktop (Be responsive) Step 1 & 2 should be done together and step 3 should be done in branches

The problem

We would have benefitted from making a plan in Figma. We spent a lot of time on getting the milliseconds for sunrise and sunset. We discovered that there are several different ways of fetching the API and the location to display. In the end we used geolocation and only fetched the forcast.

View it live

Link to our weather: https://hippos-weather.netlify.app

About

Weather Web App

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 55.6%
  • CSS 26.1%
  • HTML 18.3%