Skip to content

Latest commit

 

History

History
65 lines (39 loc) · 1.69 KB

README.md

File metadata and controls

65 lines (39 loc) · 1.69 KB

WeatherApp

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.

Netlify Status Website

Features

  • 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.

Installation

To run this application locally, follow these steps:

  1. Clone this repository:

    git clone https://github.com/modhack2003/WeatherApp.git
  2. Navigate into the project directory:

    cd WeatherApp
  3. Install dependencies:

    npm install
  4. Obtain an API key from OpenWeatherMap and replace <YOUR_API_KEY> in src/config.js with your API key.

  5. Start the application:

    npm start
  6. Open your web browser and visit http://localhost:3000 to view the WeatherApp.

Technologies Used

  • ReactJS
  • HTML/CSS
  • JavaScript
  • OpenWeatherMap API

Screenshots

WeatherApp Screenshot

Contributing

Contributions are welcome! Please open an issue or pull request for any new features, changes, or bug fixes.

License

This project is licensed under the MIT License.