Skip to content

dogankocadayilar/react-weather-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React Weather Forecast App

This is a personel project that uses Weather Forecast API for weather information from given coordinates and Geocoding API for receiving coordinates from given location. I used localstorage to save locations you can add or delete locations as you want. First add a location or more, last added location selected by default. Its displays selected location weather information like temparature, precipitation, wind speed and next 7 day weather forecast.

The challenge

Users should be able to:

  • Add or delete locations via Geocoding API
  • See next 7 days weather forecast of selected location.
  • See a list of saved locations.

Screenshots

Screenshot 2023-02-09 at 10-50-09 Weathy Screenshot 2023-02-09 at 10-49-41 Weathy Ekran görüntüsü 2023-02-09 112040

Links

Solution

Live

Built with

  • Semantic HTML5 markup
  • Flexbox
  • React - JS library
  • Axios - HTTP Client

Author