Skip to content
View nxxju's full-sized avatar
🌌
In a galaxy far, far away...
🌌
In a galaxy far, far away...

Block or report nxxju

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

{nxxju}


I'm just your average Joe with a dabbling of coding knowledge and absolutely zero experience in stock trading. When I'm not scrolling through stupid reels on Instagram, I like to pretend to work on projects, hang out with people who barely tolerate me, manage discord servers, go on adventures (to the terrace and a gaming cafe), and daydream about new ideas that I will likely never act on because of laziness. Despite my general cluelessness.

So if you're looking for someone who is mediocre at everything and has a knack for making bad jokes, I'm your guy

Here is my Discord Server if you wanna join and here is my website :)


class Ninju {
  constructor() {
    this.name = "Ninju Iyer";
    this.username = "nxxju";
    this.location = "Bengaluru, India";
    this.instagram = "@nxxju.iyer";
    this.web = "https://ninju.is-a.dev";
    this.discord = "nxxju.iyer";
  }

  toString() {
    return this.name;
  }
}

const me = new Ninju();
console.log(me.toString());

My Statistics




Pinned Loading

  1. nxxju.github.io nxxju.github.io Public

    Ninju's personal portfolio

    HTML 1

  2. Magnimont/Nexus Magnimont/Nexus Public

    Nexus is an open-source chatting app inspired by Discord, designed with a focus on modern features and community collaboration. It offers a seamless and intuitive chat experience while embracing th…

    EJS 14 15