Skip to content

It is a React-App which displays the weather of a city/state provided as query to it by the user. The data displayed is fetched from a public API.

Notifications You must be signed in to change notification settings

ayushgaur03/Weather-App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WEATHER APP

This project is a REACT-APP which can fetch the climate data of any region based on the query passed on to it and display it in it's UI. The app makes use of a public API which passes on the climate data by means of POST query method.

Functioning

  • The UI of the app has been designed by me. The app makes use of two backgrounds, one symbolises Summer Weather and other symbolizes Winter Weather.

  • Based on the temperature of the region, the app uses a background supporting the temperature of the region.

  • If the temparature of a region is greater than 16° C, then the background would be like:

    summer

  • If temperature of a region is less than 16° C, then the background would be like:

    winter

About

It is a React-App which displays the weather of a city/state provided as query to it by the user. The data displayed is fetched from a public API.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published