NEOLEARN

Simple Weather App

Junior

Description

    Create a basic weather app that fetches and displays weather information.

Tasks

  • Fetch current weather data (temperature, conditions, etc.) from an API (e.g., OpenWeatherMap).
  • Display the weather data for the user's current location or for a city specified by the user.
  • Implement a responsive user interface that adapts to different screen sizes and devices.

Stretch Goals

  • Add a 5-day weather forecast to the app.
  • Implement geolocation to automatically fetch the user's location and weather data.
  • Allow users to switch between different units (e.g., Fahrenheit and Celsius).