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
- Host: GitHub
- URL: https://github.com/sametpolat7/weather-app
- Owner: sametpolat7
- Created: 2024-03-18T19:29:31.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-29T13:20:11.000Z (almost 2 years ago)
- Last Synced: 2025-03-14T17:14:23.843Z (about 1 year ago)
- Topics: openmeteo-api, react, sass
- Language: JavaScript
- Homepage: https://forecastlify-weather-app.netlify.app/
- Size: 5.64 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.

## 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/)