Skip to content
View shubham-kumr's full-sized avatar
🏗️
Building things!
🏗️
Building things!

Highlights

  • Pro

Block or report shubham-kumr

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

hello there!

Portfolio GitHub Profile Views Twitter LinkedIn Gmail LeetCode

class AboutMe {
  constructor() {
    this.name = "Shubham Kumar";
    this.age = 20;
    this.location = "📍 India";
    this.darkMode = true;
    
    this.roles = [
      "Full-Stack Developer",
      "Tech Explorer",
      "Side Project Builder",
      "Lifelong Learner"
    ];

    this.status = {
      learning: ["Cybersecurity", "Blockchain"],
      workingOn: [
        "[Blockchain], [AI Agent]",
        "[OpenSource Contribution]"
      ]
    };

    this.skills = {
      languages: [
        "C", "C++", "Java", "Python", "JavaScript", "HTML", "CSS"
      ],
      frameworks: [
        "React", "Node.js", "Tailwind CSS", "Next.js", "Express.js", "Vue.js"
      ],
      tools: [
        "Postman", "Linux", "Docker", "Git", "VS Code", "Nginx", "Webpack", "Firebase"
      ]
    };
  }
}

const shubham = new AboutMe();

trophy

Shubham's GitHub Stats Top Languages

Pinned Loading

  1. shubham-kumr Public

    Config files for my GitHub profile.

  2. codeforces Public

    List of Question I did on codeforces

    C++

  3. HackIndia_Spark8_2025_Fantastic4 Public

    D-Attend Decentralized Attendance and verification system

    TypeScript

  4. mentorclass Public

    MentorClas is an innovative platform designed to connect students with experienced mentors for personalized learning experiences.

    JavaScript

  5. nftverse Public

    NFTVerse is a simple and powerful web app that lets users connect their MetaMask wallet, mint their own NFTs, and transfer them to other Ethereum addresses. Built using HTML, JavaScript, and Web3.j…

    JavaScript