This is a simple weather app.See it live here.
- JavaScipt
- HTML
- CSS
-
Users can search for a city or country to get weather data for that city or country.
-
Users will get the current temperature, current humidity, and wind speed of a location.
- Learned about replaceChildren API ( it's very cool! )
- Learned how to handle a 404 error.
- Practiced using API for fetching data from the server and showing it to the user.
- Practiced using async/await.
- Practiced writing asynchronous code in JavaScript.