Anjalii1206 / sekeron

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Weather App

A simple weather application built using React that allows users to check the current weather conditions in any city worldwide.

Features

  • Real-time Weather Data: Get up-to-date weather information.
  • City Search: Search for weather details by city name.
  • Responsive Design: Optimized for both desktop and mobile devices.

Tech Stack

Prerequisites

  • Node.js (v14 or later)
  • npm (v6 or later) or yarn

Getting Started

1. Clone the repository

copy the url from code -> http -> copy url git clone url cd weather-app

2. Install dependencies

If you're using npm: npm install

Or if you're using yarn: yarn install

3. Create your API key

Create and add your OpenWeatherMap API key and make changes in App.js paste your Api key here -> const API_KEY =""

4. Start the development server

For npm : npm start Or for yarn: yarn start

This will start the development server, and you can view the app in your browser at http://localhost:3000.

How to Use

  1. Open the app in your browser.
  2. Enter the name of the city you want to check the weather for.
  3. Click on the "Search" button to get the weather details.

Contributing

Contributions are welcome! Feel free to submit a pull request or open an issue if you find a bug or have a suggestion.

About


Languages

Language:JavaScript 65.9%Language:HTML 17.1%Language:CSS 17.0%