Project Details

March 29, 2024

Weather App project image

Weather App

Created a weather app that fetches real-time weather data for user-searched locations using the OpenWeatherAPI. The app featured a clean, intuitive UI with a search bar, detailed weather cards, and visual icons representing weather conditions. Built with JavaScript, HTML, CSS, and integrated third-party APIs for data retrieval.

  • What I Learned

    API integration and handling edge cases like empty responses or errors. Using React hooks like useEffect for managing side effects and useState for dynamic UI updates. Debugging and improving user feedback for better error handling and interaction flow.

  • Challenges I Faced

    Handling asynchronous API calls while managing error states (e.g., invalid locations or failed network requests). Optimizing the user interface to display weather data clearly and responsively. Managing rate-limiting constraints imposed by the API.