Skip to content

Files

Latest commit

Dec 28, 2020
b1b3752 · Dec 28, 2020

History

History
21 lines (17 loc) · 839 Bytes

README.md

File metadata and controls

21 lines (17 loc) · 839 Bytes

WeatherApp

WeatherApp UI

Description

WeatherApp is an application created with Javascript, HTML and CSS. App is used for weather forecast which include: today forecast, forecast for next week and daily temperature graph. WeatherApp uses Open Weather Map API to pull data. Check it online on ghpages

Technology stack

What I've done

I've created UI project in Figma. Afterwards I created HTML structure and then added CSS. Thereafter I started wrrote JS code which include:

  • Fetch API,
  • Canvas,
  • async/await
  • promises
  • classes