Skip to content
View claraalabert's full-sized avatar
💻
Coding 📲
💻
Coding 📲
  • Building software from Girona (Spain)

Highlights

  • Pro

Block or report claraalabert

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
claraalabert/README.md
import SoftwareDeveloper

struct Bio {
    let name: String = "Clara Alabert"
    let title: String = "iOS Developer"
    let location: String = "Girona, Spain"
}

struct Skills {
    let language: String = "Swift"
    let ide: String = "Xcode"
    let frameworks: [String] = ["UIKit", "SwiftUI"]
}

let bio = Bio()
let skills = Skills()

TOOLS AND TECHNOLOGIES:

"talk is cheap, show me the code"
-Linus Torvalds

Linkedin: clara-alabert Github

Popular repositories Loading

  1. spotify-challenge spotify-challenge Public

    Two screen app: NavigationView + Data from JSON

  2. claraalabert claraalabert Public

    Config files for my GitHub profile.

  3. hello-git hello-git Public

    Forked from mouredev/hello-git

    Curso para aprender a trabajar con el sistema de control de versiones Git y la plataforma GitHub desde cero y para principiantes. Elaborado durante las emisiones en directo desde Twitch de MoureDev.

  4. BullsEye BullsEye Public

    UIKit game.

    Swift