https://github.com/guruprasad619/weather-app
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.
https://github.com/guruprasad619/weather-app
api leaflet-map livemap openweathermap-api reactjs weather-app
Last synced: about 2 months ago
JSON representation
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.
- Host: GitHub
- URL: https://github.com/guruprasad619/weather-app
- Owner: Guruprasad619
- Created: 2024-07-18T07:05:12.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-10-27T15:34:37.000Z (over 1 year ago)
- Last Synced: 2025-10-04T05:46:50.540Z (8 months ago)
- Topics: api, leaflet-map, livemap, openweathermap-api, reactjs, weather-app
- Language: JavaScript
- Homepage: https://guruprasad619.github.io/Weather-app/
- Size: 1.14 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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:
```bash
git clone https://github.com/yourusername/Weather-app.git
cd Weather-app
```
2. Install the dependencies:
```bash
npm install
```
3. Start the application:
```bash
npm start
```
4. Open your browser and navigate to `http://localhost:3000`.
## Live Demo
You can view the live application at [Weather App](https://guruprasad619.github.io/Weather-app/).