{"id":22545110,"url":"https://github.com/tusharios/weatherappswiftui","last_synced_at":"2025-03-28T08:24:42.135Z","repository":{"id":202910320,"uuid":"708399848","full_name":"TushariOS/WeatherAppSwiftUI","owner":"TushariOS","description":"Learning SwiftUI, Apple's modern and declarative framework for building user interfaces across all Apple platforms, is a great way to create apps for iOS.","archived":false,"fork":false,"pushed_at":"2023-10-22T13:19:52.000Z","size":8,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-02T09:13:19.337Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Swift","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/TushariOS.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2023-10-22T13:05:19.000Z","updated_at":"2023-12-02T06:04:10.000Z","dependencies_parsed_at":null,"dependency_job_id":"bf92d200-18ac-4530-b793-7f6cec9fea92","html_url":"https://github.com/TushariOS/WeatherAppSwiftUI","commit_stats":null,"previous_names":["tusharios/weatherappswiftui"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TushariOS%2FWeatherAppSwiftUI","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TushariOS%2FWeatherAppSwiftUI/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TushariOS%2FWeatherAppSwiftUI/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TushariOS%2FWeatherAppSwiftUI/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/TushariOS","download_url":"https://codeload.github.com/TushariOS/WeatherAppSwiftUI/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245993095,"owners_count":20706498,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-12-07T14:08:57.433Z","updated_at":"2025-03-28T08:24:42.108Z","avatar_url":"https://github.com/TushariOS.png","language":"Swift","funding_links":[],"categories":[],"sub_categories":[],"readme":"# WeatherAppSwiftUI\n## Button\n\nA `Button` in SwiftUI is used to create interactive elements that respond to user taps. You can customize the appearance and actions associated with a button.\nExample:\nButton(\"Tap Me\") {\n    // Action to perform when the button is tapped\n}\n\n## Image\nThe Image view is used to display images in SwiftUI. You can load images from your app's assets, system symbols, or network resources.\nExample:\nImage(\"imageName\") // Load an image from your asset catalog\nImage(systemName: \"star.fill\") // Use a system symbol\n\n## HStack and VStack\nHStack and VStack are used to arrange views horizontally and vertically, respectively. They are the building blocks for creating flexible layouts in SwiftUI.\nExample:\nHStack {\n    Text(\"Left\")\n    Text(\"Right\")\n}\n\nVStack {\n    Text(\"Top\")\n    Text(\"Bottom\")\n}\n\n## Text\nThe Text view displays text in your SwiftUI app. You can customize the font, color, and other text attributes.\nExample:\n\nText(\"Hello, World!\")\n    .font(.title)\n    .foregroundColor(.blue)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftusharios%2Fweatherappswiftui","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftusharios%2Fweatherappswiftui","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftusharios%2Fweatherappswiftui/lists"}