Amy Rowell
← Back to Projects
screenshot of weather app using React

React Weather App

This single-page application elevates the standard weather dashboard by focusing on conditional rendering and state management. Users can fetch global meteorological data instantaneously, with the interface dynamically adapting its visual assets to match current weather descriptions. Built to emphasize user preference, the app features an instantaneous toggle allowing users to switch fluidly between Fahrenheit and Celsius measurements across both the main overview and the extended forecast display. The project highlights clean component modularity, fluid state propagation, and production-ready deployment.

Key Features: Unit conversion toggles (Imperial/Metric), condition-driven asset rendering, and asynchronous client-side API data orchestration.