Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 565 Bytes

File metadata and controls

19 lines (14 loc) · 565 Bytes

CloudCast

Link to the Website -> CloudCast - Weather App

About

  • This is a react app which tells weather of any area
  • This uses openweatherapi to get the details about the weather
  • Fully responsives at all devices

Features

  • Different background themes for different time of the day and weather
  • Time conversion from given Timezone
  • Fetching weather from name of the place

Thing i learnt

  • Performing simple api fetch and storing data in states.
  • Using useState hooks.
  • New css features and animation tricks.