Skip to content

Files

Latest commit

4a86387 · Apr 2, 2023

History

History
23 lines (11 loc) · 627 Bytes

README.md

File metadata and controls

23 lines (11 loc) · 627 Bytes

Weatherly

  • Developed a visually pleasing weather forecasting app that pulls the weather data of a certain location in seconds using Open Weather Map API using React.js.

My Learnings

  • How to fetch data from an API to display current weather conditions for a given location
  • Integrate autocomplete functionality,
  • Manage state and props of React components
  • Design and style a web application using CSS.

This app is the result of the knowledge I have gained from.