Weather Whiz

Weather Whiz is a web application that provides real-time weather forecasts using a third-party weather API. The app displays weather information for various cities with a clean and minimal design.

Features

  • Current Weather: View real-time weather data including temperature, weather conditions, and more.
  • City Search: Search for weather information by city name.
  • Responsive Design: Optimized for both desktop and mobile devices.
  • API Integration: Fetches weather data from a third-party weather API.

Tech Stack

  • Frontend: React, Tailwind CSS
  • API: Weather API for fetching weather data

Getting Started

Prerequisites

  • Node.js (LTS version)
  • npm or yarn

Installation

  1. Clone the repository:

    git clone https://github.com/PankajKumardev/Weather-Whiz-.git
    npm install
    npm run dev