Skip to content
View AlmightyNan's full-sized avatar
🖤
💜
🖤
💜
Block or Report

Block or report AlmightyNan

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


Student / Backend developer.

class AlmightyNan {
  public usernames: Record<string, string>;
  public age: number;
  public occupation: Record<string, string>;
  public mostUsedLanguages: string[];
  public frameworks: string[];
  public website: string[];
  public projects: string[];
  public isNaN: boolean;

  constructor() {
    this.usernames = ['AlmightyNan', 'a1mightynan'];
    this.age = 17;
    this.occupation = ['Student', 'Developer']
    this.mostUsedLanguages = ['JavaScript', 'TypeScript', 'Python', 'Bash', 'HTML'];
    this.frameworks = ['React', 'Next.js', 'Vue.js'];
    this.website = 'almightynan.cc';
    this.projects = 'harmony.almightynan.cc';
    this.isNaN = true;
  }
}

Languages that I use


Frameworks/libraries


Languages that I use


Popular repositories

  1. antialt antialt Public

  2. almightynan almightynan Public

  3. register register Public

    Forked from is-a-dev/register

    Grab your own sweet-looking '.is-a.dev' subdomain

    JavaScript

  4. weather-forecast weather-forecast Public

    A Python script to display the weather report of any city.

    Python

  5. cleaner cleaner Public

    Batchfile

  6. xylus xylus Public archive

    A coding assistant which helps you write code.

    CSS