Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 663 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 663 Bytes

SwiftUI-Weather

A simple SwiftUI weather app for displaying the current temperature and a 5-day weather forecast from Tuesday to Saturday.

Features

  • Display current temperature.
  • Show a 5-day weather forecast (dummy data for Tuesday to Saturday).
  • Reusable components.
  • Used @State and @Binding also.

Screenshots

Weatherapp

Getting Started

Prerequisites

  • Xcode 14 or later
  • iOS 17.0+ deployment target

Installation

  1. Clone the repository:

    git clone https://github.com/shobhakartiwari/SwiftUI-Weather.git