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

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

Awesome Lists containing this project

README

          

# React Weather App [![Netlify Status](https://api.netlify.com/api/v1/badges/088190e0-681b-4be7-adc7-93f0d888595f/deploy-status)](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/)