Skip to content

This project, created with React, is a website that utilizes the OpenWeatherMap API to display both weekly and real-time weather forecasts for any desired location.

Notifications You must be signed in to change notification settings

furkan-dogu/react-weather-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React Weather App

About the Project

This project, created with React, is a website that utilizes the OpenWeatherMap API to display both weekly and real-time weather forecasts for any desired location.

Table of Contents

Live Demo

React Weather App

Features

  • Instant and weekly weather forecast for a specific location.
  • Each day can be expanded to view detailed weather information.
  • Shows information such as temperature, felt temperature, humidity, wind speed, and pressure.
  • When the location button is clicked, it redirects to the OpenWeatherMap page containing information about the entered location.
  • It provides a warning when an invalid location is entered

Usage

  • Get an API key from OpenWeatherMap and replace process.env.REACT_APP_API_KEY in Guncel.jsx and Haftalik.jsx with your API key.

Technologies Used

Project Skeleton

React Weather App (folder)
|
|----readme.md         
SOLUTION
├── public
│     └── index.html
├── src
│    ├── assets
│    │       └── [images]
│    ├── components
│    │       ├── guncel
│    │       │     ├── Guncel.css 
│    │       │     └── Guncel.jsx 
│    │       ├── haftalik     
│    │       │     ├── Haftalik.css 
│    │       │     └── Haftalik.jsx   
│    │       └── search     
│    │             ├── Search.css 
│    │             └── Search.jsx 
│    ├── pages
│    │       └── Home.jsx
│    ├── App.js
│    ├── App.css
│    └── index.js
├── package.json
└── yarn.lock

Screenshots

Compatibility

The project is compatible with both wide-screen computers and mobile devices.

Acknowledgments

About

This project, created with React, is a website that utilizes the OpenWeatherMap API to display both weekly and real-time weather forecasts for any desired location.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages