Skip to content

siniekoo19/Weather-App

Repository files navigation

Weather App 🌤️

A responsive weather application built with React, leveraging Material-UI for modern design and React Hooks for state management. This app allows users to get real-time weather updates for any location.

Features

  • 🌍 Search for weather updates by city name.
  • ⛅ Displays current weather conditions (temperature, humidity, etc.).
  • 📱 Fully responsive design with Material-UI components.
  • 🌀 Simple and efficient state management using useState.

API Used

This app uses the OpenWeatherMap API to fetch real-time weather data.

API Call Format:

https://api.openweathermap.org/data/2.5/weather?q={city name}&appid={API key}&units=metric

Technologies Used

  • React
  • Material-UI
  • React Hooks (useState)
  • OpenWeatherMap API

Releases

No releases published

Packages

No packages published