Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 974 Bytes

README.md

File metadata and controls

27 lines (17 loc) · 974 Bytes

React Weather App

Description:

A user-friendly weather application built with React that allows you to effortlessly search for weather conditions in any city around the globe. Leverage the power of weatherapi.com to retrieve accurate and up-to-date weather information.

Tech Stack:

Features:

  • City Search: Enter a city name, and the app dynamically fetches weather data, providing a comprehensive report.
  • Weather Report: View current weather conditions, including temperature, precipitation, wind, humidity, and potentially other relevant details offered by the API.
  • Weather Icons: Weather based icons and background images.

Getting Started:

  1. Clone the repository:
git clone https://github.com/<your-username>/react-weather-app.git
  1. Install dependencies: npm install (or yarn install)
  2. Start the development server: npm start (or yarn start)