⛅ Weather App
A project built for The Odin Project. Search any city and get the current weather, a 3-day forecast, and a matching GIF.
(GIF only on screens > 750px)
Built with
What I learned/applied
* at the end states what I specifically learned on this project ;)
- Async / await & promise chains*
- Fetching & working with REST APIs*
- Dynamic DOM manipulation
- ES modules & dynamic imports
- CSS flexbox layout
- Webpack & asset bundling
- loading component while fetching the data from the API*
- ...and more.