Skip to content

Latest commit

 

History

History
28 lines (23 loc) · 811 Bytes

README.md

File metadata and controls

28 lines (23 loc) · 811 Bytes

Weather App Project

Description

This is a student project designed to help me get more comfortable with React and working with APIs. The goal is to build a weather application that fetches and displays real-time weather data from an external API.

Features

  • Fetch weather data based on user input (city or location).
  • Display current weather conditions, including temperature, humidity, and weather description.
  • Responsive design to ensure a good user experience on various devices.

Technologies Used

  • Frontend: React
  • API: OpenWeatherMap

Installation

  1. Download or clone the repository.
  2. To install the dependencies, run:
npm install
  1. Start the application with:
npm start

Future Plans

  • Add more features.
  • Improve the UI for a better user experience.