3-Day Weather Forecast

Marko Ringo
Mar 31, 2023

--

Tools: React, Material UI.

Functionality

  • type in a city name to retrieve a three-day weather forecast;
  • retrieve real-time data from weatherapi.com;
  • see the data by each day / each hour.

Comments

The API is well-documented, so no problems there. The biggest technical challenge I set myself here was to use, next to some ready-made MUI components, a slider built from scratch. Quite happy with the result overall, though the slider still requires some fine-tuning in terms of movement speed, and the code could do with some refactoring. The work is never-ending :)

Code: https://github.com/mar-rin/weather-app/tree/commented

--

--