https://github.com/integeralex/react-app
React-based weather app
https://github.com/integeralex/react-app
react weather-app weatherapi
Last synced: 10 months ago
JSON representation
React-based weather app
- Host: GitHub
- URL: https://github.com/integeralex/react-app
- Owner: IntegerAlex
- License: bsd-3-clause
- Created: 2023-07-28T21:19:00.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-03-22T07:58:51.000Z (10 months ago)
- Last Synced: 2025-03-25T19:49:22.852Z (10 months ago)
- Topics: react, weather-app, weatherapi
- Language: JavaScript
- Homepage: https://cheerful-gnome-d49471.netlify.app/
- Size: 88.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# React Weather App [](https://app.netlify.com/sites/cheerful-gnome-d49471/deploys)
[Live Demo](https://cheerful-gnome-d49471.netlify.app/)
A simple yet informative React-based weather app that utilizes the user's location to display current weather conditions and temperature.
## Features
- **Location-based Weather:** Automatically determines the user's location (with permission) to fetch and present relevant weather data.
- **Weather Conditions Display:** Shows the current weather conditions using descriptive text and appropriate icons.
- **Temperature:** Displays the current temperature for the user's location.
## Technologies Used
- **React.js:** Frontend UI framework.
- **Netlify:** Deployment platform.
- **WeatherAPI.com:** Weather API for fetching weather data.
- **Geolocation API:** Built-in browser functionality for location access.
## Setup and Installation
Since this is a web-based app, there's no installation needed. Simply visit the live demo: [React Weather App Demo](https://cheerful-gnome-d49471.netlify.app/)