Skip to content
View ItzMeHyper's full-sized avatar
🫠
Life has no Ctrl + z..
🫠
Life has no Ctrl + z..

Highlights

  • Pro

Block or report ItzMeHyper

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

225813708-98b745f2-7d22-48cf-9150-083f1b00d6c9

Logo Vaisakh Manu

A passionate developer from India

class WhoAmI {
    constructor() {
        this.user = "Vaisakh Manu";
        this.current_edu = "CSE Student @SJCET Palai";
        this.currently_learning = ["JavaScript", "Java", "Python", "C", "C++", "HTML", "CSS", "Node.js", "Shell"];
        this.fun_fact = "Life has no ctrl+Z";
        this.hobbies = ["Gaming", "Coding", "Movies", "Skating", "Cricket"];
        this.interests = ["Video Games", "Web Development", "Open Source Contribution"];
        this.contact = {
            discord: "i.hyper",
            email: "vaisakhmanu0005@gmail.com"
        };
        this.projects_url = "/~https://github.com/ItzMeHyper?tab=repositories";
    }

    getLocation() {
        return "Kerala, India";
    }

    getCity() {
        return ["Idukki 🏑 || 127.0.0.1/06", "Kottayam 🏠 || 127.0.0.1/05"];
    }

    ambitions() {
        return "Still Unknown";
    }

    reachMe() {
        return `πŸ“« How to reach me:\n- Discord: i.hyper\n- Email: vaisakhmanu0005@gmail.com`;
    }

    projects() {
        return `πŸ‘¨β€πŸ’» All of my projects are available at: \n${this.projects_url}`;
    }

const whoAmI = new WhoAmI();
console.log(whoAmI.user);                 // Vaisakh Manu
console.log(whoAmI.current_edu);          // CSE Student @SJCET Palai
console.log(whoAmI.currently_learning);   // ["JavaScript", "Java", "Python", "C", "C++", "HTML", "CSS", "Node.js", "Shell"]
console.log(whoAmI.interests);            // ["Video Games", "Web Development", "Open Source Contribution"]
console.log(whoAmI.fun_fact);             // Life has no ctrl+Z
console.log(whoAmI.hobbies);              // ["Gaming", "Coding", "Movies", "Skating", "Cricket"]
console.log(whoAmI.getLocation());        // Kerala, India
console.log(whoAmI.getCity());       	  // ["Idukki 🏑 || 127.0.0.1/06", "Kottayam 🏠 || 127.0.0.1/05"]
console.log(whoAmI.ambitions());          // Still Unknown
console.log(whoAmI.reachMe());            // πŸ“« How to reach me:
                                                             Discord: i.hyper
                                                             Email: vaisakhmanu0005@gmail.com
console.log(whoAmI.projects());           // πŸ‘¨β€πŸ’» All of my projects are available at:
                                                             https://github.com/ItzMeHyper?tab=repositories
}

Connect with me

Discord Facebook Instagram LinkedIn X Pinterest Dev.TO Twitch Google Dev GMail

Languages and Tools

Adobe Adobe Acrobat Reader Adobe Lightroom Adobe Premiere Pro Adobe Photoshop Angular Angular.js Apache AWS Bootstrap Canva Cloudflare C C# C++ DigitalOcean Docker ESLint Firebase Glitch Git GitHub GitLab Heroku HTML5 Java JavaScript Linode MicrosoftSQLServer MongoDB MySQL NodeJS Oracle Postgres Postman Python PHP React Sequelize SQLite TailwindCSS TypeScript Vercel Vue.js Windows Terminal Vite



streak stats

readme stats
Snake animation


Random Dev Quote

Pinned Loading

  1. StealthNote-AnonymousMessage_Web StealthNote-AnonymousMessage_Web Public

    Send message anonymously / Recieve message anonymously through discord or mail (currently discord is only supported) no need of any details jsut open type and send...

    JavaScript

  2. Calculator_v2 Calculator_v2 Public

    An more developed version of the previous calculator.. like => animation, buttons, visual enhancement, sound, etc...

    CSS 1

  3. Nasa_Hackathon Nasa_Hackathon Public

    A collection of innovative web development projects, including space apps using NASA data, climate action tools (SDG 13), and tech solutions like a water level indicator. This repository features r…

    HTML 1 4

  4. LangTranslator-Hyper LangTranslator-Hyper Public

    JavaScript 1

  5. Palindrome_Checker Palindrome_Checker Public

    Just a basic html page to check a word/number is a palindrome or not

    CSS 1

  6. Dict_App Dict_App Public

    Just a basic Dictionary page using [Free Dictionary API]

    CSS 1