You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a user, I want to search for a place and see the current weather conditions, so that I can quickly understand what the weather is like before I go out.
✅ Acceptance Criteria
- User can enter a place name into a search field
- User can submit the search (button click or Enter key)
App displays:
- City name
- Current temperature
- Weather condition (e.g. sunny, cloudy, rain)
- If the place is not found, show a clear error message
- Loading state is shown while data is being fetched
Core MVP (aka “does this app even work?”)
As a user, I want to search for a place and see the current weather conditions, so that I can quickly understand what the weather is like before I go out.
✅ Acceptance Criteria
- User can enter a place name into a search field
- User can submit the search (button click or Enter key)
App displays:
- City name
- Current temperature
- Weather condition (e.g. sunny, cloudy, rain)
- If the place is not found, show a clear error message
- Loading state is shown while data is being fetched