Weather App (React / API)
Built a weather application that allows users to search by city name and view real-time weather data.
Displayed current temperature, min/max temperature, feels-like temperature, and weather conditions with descriptive icons.
Integrated a public weather API using Axios and handled async data fetching.
Implemented loading and error states for better user experience.
Designed a clean and responsive UI using Tailwind CSS.