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
- wtf-gulp-starter by Maciej Korsan
- Javascript
- HTML
- CSS
- Open Weather Map
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