Skip to content
View sonu1680's full-sized avatar

Highlights

  • Pro

Block or report sonu1680

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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
sonu1680/README.md

Profile Views Followers Stars

About Me

Coding

class Developer {
    name: string;
    title: string;
    location: string;
    languages: string[];
    currentProject: string;
    
    constructor() {
        this.name = "Sonu Kumar Pandit";
        this.title = "Full Stack Developer";
        this.location = "India";
        this.languages = ["TypeScript", "JavaScript", "Python"];
        this.currentProject = "fantast11";
    }
    
    sayHi() {
        console.log("Thanks for dropping by!");
    }
}

const me = new Developer();
me.sayHi();

My Tech Arsenal

🌐 Frontend Development

React  Next.js  TypeScript  Redux  Tailwind

💻 Backend Development

Node.js  Express.js  GraphQL  NestJS

🛢 Database & Cloud

MongoDB  PostgreSQL  Redis  AWS

GitHub Statistics

Sonu's GitHub Contribution

Sonu Kumar Pandit github stats

Pinned Loading

  1. VisionAid VisionAid Public

    A Computer Vision Solution for the Visually Impaired

    Python 3

  2. cricketFantasyFullStack cricketFantasyFullStack Public

    JavaScript 1 1

  3. 3D-Metaverse 3D-Metaverse Public

    TypeScript

  4. AI-StoryBook AI-StoryBook Public

    TypeScript

  5. sollink sollink Public

    TypeScript

  6. UptimeGuard UptimeGuard Public

    TypeScript