Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 530 Bytes

README.md

File metadata and controls

22 lines (18 loc) · 530 Bytes

Weather-Act

An react app to show Weather of requested city using Open-Weather API.

This app was developed as part of React.js Fundamentals Curriculum.

Application Design:

Presentational Components:

  • Loading
  • Home
  • CityPrompt
  • Forecast
  • Day
  • Detail
  • Header
  • No Match

Container Components:

  • App Container
  • CityPrompt Container
  • Forecast Container
  • Detail Container