Skip to content
View ayaangrover's full-sized avatar
🚀
Coding
🚀
Coding

Organizations

@1072a @longoncapitalpartners

Block or report ayaangrover

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
ayaangrover/README.md

Hi there 👋

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")
    }
}

Pinned Loading

  1. ayaangrover.github.io ayaangrover.github.io Public

    HTML 1 1

  2. longoncapitalpartners/longoncapitalpartners_old longoncapitalpartners/longoncapitalpartners_old Public

    Website code for LongOn Capital Partners.

    JavaScript 1 1

  3. chat chat Public

    JavaScript 1

  4. ayaangrobot ayaangrobot Public

    Coming from Hack Club's slack? Join #ayaangrobot!

    CSS 2