This is my take on the Weather App project, found in the JavaScript course, part of the FullStack JavaScript path of The Odin Project.
I started from a template repository to set the project up with Webpack, ESLint and Prettier.
When starting the application, you see a simple input for a location with a search button. When the search button is clicked, the app searches for the entered location in the Visual Crossing API and constructs an object with the needed data from the API response.
The data from this object is then presented in a neat way with an icon from Visual Crossing, with temperatures in both Celsius and Fahrenheit.
A live preview can be found here