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

https://github.com/sametpolat7/weather-app

Weather application with React
https://github.com/sametpolat7/weather-app

openmeteo-api react sass

Last synced: about 2 months ago
JSON representation

Weather application with React

Awesome Lists containing this project

README

          

# Weather App

This project is a weather application built using React. Current, hourly and daily weather data is provided using the Open Meteo API. The city data for the auto-complete attribute added to the search section is also provided with the Geocoding API via Open Meteo. The project is styled using the Sass preprocessor. It has a responsive design.

![Weather App](/src/assets/weather-app-page.png)

## Live

[Weather App](https://forecastlify-weather-app.netlify.app/)

## Features
- Hourly, daily and weekly weather forecasts
- Dynamic background that changes according to the weather
- Auto-complete search bar
- Current and daily special weather data
- Responsive design (Mobile first)
- User-friendly interface

## Hooks
- useState
- useEffect
- useContext
- useRef

## Dependencies
- Axios
- FontAwesome

**Author :** [Samet Polat](https://www.linkedin.com/in/sametpolat7/)