A small web application demonstrating how to consume an external REST API from a React application. The project retrieves current weather information from OpenWeather and presents the returned data through a simple interactive interface. It was built as an experiment in working with external APIs, handling asynchronous requests, and transforming API responses into useful UI content.