Skip to content
View kimseokho582's full-sized avatar
🎯
Focusing
🎯
Focusing

Block or report kimseokho582

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

I'm seokho

Welcome to my page!
I wanna be a Front-End Developer

seokHo_kim.dart

class Developer {
  final String name;
  final String pronouns;
  final List<String> code;
  final List<String> tools;
  final List<String> os;
  final String email;
  final String status;

  const Developer({
    required this.name,
    required this.pronouns,
    required this.code,
    required this.tools,
    required this.os,
    required this.email,
    required this.status,
  });
}

void main() {
  Developer seokHo = Developer(
    name: "seokho",
    pronouns: "he/him",
    code: ["Dart", "Javascript", "Typescript", "HTML", "CSS", "C++"],
    tools: ["Flutter", "React", "ReactNative", "Redux", "Styled-Components"],
    os: ["Windows", "MacOs"],
    email: "gjrehf@gmail.com",
    status: "I have a crush on Flutter",
  );
}

Popular repositories Loading

  1. baekjoon_c baekjoon_c Public

    C++

  2. systemProgramming_work systemProgramming_work Public

    C++

  3. baekjoon_python baekjoon_python Public

    Python

  4. programmers programmers Public

  5. typescript_react typescript_react Public

    HTML

  6. Daenora Daenora Public

    Dart