A weather application built with React, based on my earlier vanilla JavaScript weather app.
The app allows users to search for weather conditions by city.
- Search weather by city
- Display current weather conditions and forecast
- Switch between Celsius and Fahrenheit
- Responsive layout
- React
- JavaScript
- CSS
- OpenWeather API
I rebuilt my earlier vanilla JavaScript weather app using React to practice component-based development and apply React to a project I was already familiar with.
The project helped me explore React fundamentals, working with API data, managing application state and building reusable components.