Skip to content

Latest commit

 

History

History
66 lines (50 loc) · 2.03 KB

README.md

File metadata and controls

66 lines (50 loc) · 2.03 KB

Weather App

Welcome to Weather App, your handy tool for checking the weather in any city worldwide. Built with React, Weather App offers a clean, responsive design and an intuitive interface, using the OpenWeatherMap API to keep you informed about current weather conditions.

Table of Contents

Features

  • Current Weather: Get real-time weather information for any city.
  • Detailed Information: View temperature, weather description, humidity, and wind speed.
  • Responsive Design: Enjoy a seamless experience across all devices.

Installation

  1. Clone the repository:

    git clone https://github.com/the-zoomeee/weather-app-using-react.git
  2. Navigate to the project directory:

    cd weather-app-using-react
  3. Install dependencies:

    npm install
  4. Start the development server:

    npm start

Get API Key

  • Visit OpenWeatherMap
  • Sign up and obtain an API key.
  • Open the ".env" file.
  • Replace 'Your_API_Key' with the copied API key.

Usage

  • Open your browser and navigate to http://localhost:3000.
  • Enter the name of any city to get the current weather details.

Contributing

Contributions are welcome! Please open an issue or submit a pull request for any enhancements or bug fixes.

Demo

Home

home - Light mode home - Dark mode

Website

Want to see Weather App in action? Check out our live demo here:

Explore the full functionality of Weather App and stay updated with the latest weather information!