Skip to content
View nicktheodoridisiOS's full-sized avatar
Coding
Coding
Block or Report

Block or report nicktheodoridisiOS

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
nicktheodoridisiOS/README.md

aboutme.swift

struct Developer {

  let firstName = "Nick"
  let lastName = "Theodoridis"
  let role = "iOS Developer"
  let age = 22
  let location = "Greece 🇬🇷"
  let languages = ["el_GR", "en_US"]
  let skills = ["Swift", "Flutter"]
  let tools = ["Figma","Xcode","Postman","GitΗub","Notion"]
  
  func exploreMyAccount() {
    print("Hey, thanks for visiting, feel free to explore my work!")
  }

}

let me = Developer()
me.exploreMyAccount()

Pinned

  1. Headlines Headlines Public

    Headlines, an iOS app developed in Swift, serves as a dynamic news hub, keeping users informed with curated top stories and allowing personalization of news feeds. It enables seamless sharing of ar…

    Swift

  2. Passwords Passwords Public

    Passwords is an iOS mobile app developed with Swift programming language. In this app you have the option through some fields to generate passwords and create your own one as can show you how stron…

    Swift

  3. Currencies Currencies Public

    Currencies is an iOS mobile app developed with Swift programming language. Simply enter an amount, choose your currencies and get real-time conversion rates at your fingertips. Ideal for travelers …

    Swift 1

  4. TicTacToe TicTacToe Public

    TicTacToe is an iOS mobile app developed with Swift. This application offers the ultimate experience of the classic tic-tac-toe game, designed to allow you to play against artificial intelligence (…

    Swift 2

  5. DaysOfSwiftUI DaysOfSwiftUI Public

    100 Days of SwiftUI project is an initiative to explore the SwiftUI framework in iOS development. It is designed to cover a significant portion of the SwiftUI framework and assist developers in bui…

    Swift