import SwiftUI
import archon8
struct AyaanView: View {
var hobbies = ["Coding", "Swimming", "Reading"]
var location = ["37.8199° N, 122.4786° W"]
var languages = ["Swift", "Next.js", "React.js"]
var tools = ["FlipperZero", "XCode", "VSCode"]
var body: some View {
VStack(alignment: .leading, spacing: 10) {
Text("Hobbies: \(hobbies.joined(separator: ", "))")
Text("Location: \(location)")
Text("Languages: \(languages.joined(separator: ", "))")
Text("Tools: \(tools.joined(separator: ", "))")
}
.padding()
.font(.system(size: 16, weight: .medium, design: .default))
}
}
struct AyaanView_Previews: PreviewProvider {
static var previews: some View {
AyaanView()
.previewLayout(.sizeThatFits)
.padding()
.previewDisplayName("Ayaan")
}
}
🚀
Coding
middle school student who codes in typescript, swift, and javascript
- California
-
11:29
(UTC -07:00) - https://ayaangrover.is-a.dev/
- in/ayaangrover
Highlights
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.