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!☀️🌧️
- Host: GitHub
- URL: https://github.com/ritvik718/weather-app-react.js
- Owner: Ritvik718
- Created: 2024-01-08T12:44:47.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-21T15:34:50.000Z (over 2 years ago)
- Last Synced: 2024-01-21T16:42:23.101Z (over 2 years ago)
- Topics: css, css3, html, reactjs
- Language: JavaScript
- Homepage: https://weather-app-react-eight-gamma.vercel.app
- Size: 49.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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

## 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!