Skip to content

Developed a React.js web application allowing users to search for specific locations, displaying a four-day weather forecast for the selected area using real-time data from the OpenWeatherMap API.

Notifications You must be signed in to change notification settings

Guruprasad619/Weather-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Weather App

A simple weather forecasting application that provides a 6-day weather forecast for a specified city using the OpenWeatherMap API.

Features

  • Search for weather forecasts by city name.
  • Displays a 6-day weather forecast including temperature and weather description.
  • Interactive map showing the location of the searched city.

Technologies Used

  • React: JavaScript library for building user interfaces.
  • Leaflet: JavaScript library for interactive maps.
  • OpenWeatherMap API: API for fetching weather data.
  • CSS: For styling the application.

How to Run

  1. Clone the repository:

    git clone https://github.com/yourusername/Weather-app.git
    cd Weather-app
  2. Install the dependencies:

    npm install
  3. Start the application:

    npm start
  4. Open your browser and navigate to http://localhost:3000.

Live Demo

You can view the live application at Weather App.

About

Developed a React.js web application allowing users to search for specific locations, displaying a four-day weather forecast for the selected area using real-time data from the OpenWeatherMap API.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published