DEV Community

AshaS22
AshaS22

Posted on

Day 3 : Continuation of Weather App Implementation

Application Components:

  1. Input box to take user input
  2. Search Button
  3. Card to display the temperature information

Currently i am using hardcoded data. As a further step, i am planning to fetch data from a weather Api and make use of that in the application rendering.

Initial screen

Alt Text

After Search Result

Alt Text

Things to-do next:

  1. Fetch data from an API
  2. Make UI look better
  3. Handle all corner cases

Top comments (0)