Skip to content

Latest commit

 

History

History
30 lines (23 loc) · 1.02 KB

README.md

File metadata and controls

30 lines (23 loc) · 1.02 KB

React Weather App

This web application, built with React.js, allows users to check the current weather conditions for any city globally. It retrieves weather data through the Weather API.

Features

  • Search for weather conditions of any city worldwide.
  • View current weather details including temperature and weather description.
  • Fetch weather data using the Weather API.

Technologies & Tools

  • React.js
  • HTML
  • CSS
  • JavaScript
  • VS Code
  • Weather API

Installation and Usage

To get started with this app:

  1. Clone the repository or download the source code.
  2. Open the project in your preferred code editor.
  3. Run npm install to install the required dependencies.
  4. Start the development server with npm start.
  5. Open your browser and go to http://localhost:3000 to access the app.

To use the app, enter the name of the city you want to look up in the search bar and press Enter. The app will show the current weather conditions for the selected city.

Demo

A live demo of the React Weather App is available.