This is a simple weather application that allows users to check the current weather conditions of a location. The app uses OpenWeatherMap API to fetch weather data.
- Current Weather: Display the current temperature, weather conditions, and other relevant information for a specified location.
- Search: Users can search for weather information by city name.
- Responsive Design: The app is designed to work well on both desktop and mobile devices.
To run this application locally, follow these steps:
-
Clone this repository:
git clone https://github.com/modhack2003/WeatherApp.git
-
Navigate into the project directory:
cd WeatherApp
-
Install dependencies:
npm install
-
Obtain an API key from OpenWeatherMap and replace
<YOUR_API_KEY>
insrc/config.js
with your API key. -
Start the application:
npm start
-
Open your web browser and visit
http://localhost:3000
to view the WeatherApp.
- ReactJS
- HTML/CSS
- JavaScript
- OpenWeatherMap API
Contributions are welcome! Please open an issue or pull request for any new features, changes, or bug fixes.
This project is licensed under the MIT License.