Build a Weather App with Javascript | Beginners Tutorial

Опубликовано: 05 Декабрь 2024
на канале: Coding With Dawid
6,003
153

Weather App with Javascript - tutorial for beginners.
In this JS project we learn how use fetch function and make functions async.
The app uses openweathermap api ot fetch weather information for a specific city and to we also use to implement city search functionality.

TIMESTAMPS
00:00 - Intro/demo
00:38 - HTML structure for city search functionality
02:10 - CSS styling for search functionality
06:23 - Implementing city search api in javascript
15:14 - HTML structure for displaying weather info
18:00 - CSS styling for weather info
22:36 - Fetching and displaying weather info for a specific city (javascript)
32:28 - Change city functionality (javascript)
33:48 - Saving last city we check in localStorage (javascript)