Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 612 Bytes

File metadata and controls

23 lines (15 loc) · 612 Bytes

Weather App

Introduction

This Weather App is a simple web application built with React.js that provides real-time weather information for any location using the OpenWeather API.

Features

  • Check current weather conditions for any location.
  • Display temperature, weather conditions, and more.
  • User-friendly and responsive design.

Dependencies

Getting Started

  1. Clone the repository.
  2. Obtain an OpenWeather API key and add it to src/config.js.
  3. Install dependencies with npm install.
  4. Run the app with npm start.