An open API service indexing awesome lists of open source software.

https://github.com/ritvik718/weather-app-react.js

Welcome to the Weather Application – a React.js and CSS-powered tool for real-time weather updates! Utilizing the OpenWeatherMap API, this app provides detailed information for your specified location. Just enter your location, explore the current conditions, and stay weather-ready!☀️🌧️
https://github.com/ritvik718/weather-app-react.js

css css3 html reactjs

Last synced: 3 months ago
JSON representation

Welcome to the Weather Application – a React.js and CSS-powered tool for real-time weather updates! Utilizing the OpenWeatherMap API, this app provides detailed information for your specified location. Just enter your location, explore the current conditions, and stay weather-ready!☀️🌧️

Awesome Lists containing this project

README

          

# Weather Application

Welcome to the Weather Application built with React.js and CSS! This application leverages the OpenWeatherMap API to fetch real-time weather details for the specified location.

## Screenshot
Screenshot 2024-01-21 at 8 59 57 PM

## Technologies Used

- React.js
- CSS
- OpenWeatherMap API

## Features

Upon entering the desired location, the application provides the following details about the place:

- Temperature
- Humidity
- Min Temperature
- Max Temperature
- Weather Description (e.g., haze) and Feels Like Temperature in °C.

## How to Use

1. Clone the repository to your local machine.
2. Navigate to the project directory.
3. Run `npm install` to install dependencies.
4. Run `npm start` to launch the application.

Feel free to explore the weather details for any location and stay informed about the current conditions!