WeatherBee is a weather forecasting application built using React.js that allows users to retrieve weather information for different locations using the OpenWeatherMap API.
-
View current weather conditions for a specified location.
-
Responsive design for optimal user experience on various devices.
-
Clone the repository:
git clone https://github.com/yourusername/weather-bee.git
-
Navigate to the project directory
cd weather-bee
-
Install dependencies
npm install
-
Replace the key in WeatherData.js your OpenWeatherMap API key:
const APP_KEY = "your_api_key";
-
Start the dev server:
npm start
This project is licensed under the MIT License.
Developed by Salik Khan.