0xSalik / WeatherBee

Weather App written in React.js

Home Page:https://weatherbee.salikkhan.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

WeatherBee - React Weather App

status

WeatherBee is a weather forecasting application built using React.js that allows users to retrieve weather information for different locations using the OpenWeatherMap API.

Features

  • View current weather conditions for a specified location.

  • Responsive design for optimal user experience on various devices.

Installation

  1. Clone the repository:

    git clone https://github.com/yourusername/weather-bee.git
  2. Navigate to the project directory

    cd weather-bee
  3. Install dependencies

    npm install
  4. Replace the key in WeatherData.js your OpenWeatherMap API key:

    const APP_KEY = "your_api_key";
  5. Start the dev server:

    npm start

License

This project is licensed under the MIT License.

Developed by Salik Khan.

About

Weather App written in React.js

https://weatherbee.salikkhan.com

License:MIT License


Languages

Language:JavaScript 53.7%Language:CSS 41.3%Language:HTML 5.0%