Skip to content
View Mansiikumarii's full-sized avatar

Block or report Mansiikumarii

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 is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
Mansiikumarii/README.md
Mansi Kumari Subtitle

LinkedIn Gmail GitHub followers Profile Views


contribution snake

$ whoami

> Mansi Kumari
  ├── role      : Full-Stack Developer
  ├── company   : Divam Technologies 🏢
  ├── location  : India 🇮🇳
  ├── focus     : React · Flask · DSA · AI
  ├── commits   : 1,285 contributions & rising
  └── status    : Building · Shipping · Growing

What I'm running right now:

  • 🔧 Building divamtech/frontend-nom — production frontend
  • 📝 Contributing to divamtech/nom-content
  • 🤖 Exploring Data Science & Machine Learning
  • ⚔️ Solving DSA daily on LeetCode × GFG

"Every great system starts with one clean commit."



🛠️ Tech Stack

// Languages

Python JavaScript Java C++ C C# PHP HTML CSS

// Frameworks & Libraries

React Node.js Flask TailwindCSS Bootstrap

// Cloud, DB & DevOps

AWS GCP MySQL Linux Salesforce PowerShell


🚀 Shipped Projects

┌─────────────────────────────────────────────────────────────────────────────┐
│  PROJECT                   STACK              DESCRIPTION                   │
├─────────────────────────────────────────────────────────────────────────────┤
│  🏢 frontend-nom           React · pnpm       Production frontend @ Divam   │
│  📝 nom-content            Content · Git      Blog & case study pipeline    │
│  🛒 Flipkart Clone         HTML · CSS         Pixel-perfect e-commerce UI   │
│  🤖 Face Detector          Python · ML        Real-time face detection       │
│  🔐 Login Page UI          HTML · CSS · JS    Modern responsive auth system  │
│  🌐 Node.js Playground     Node.js            Async · HTTP · Core modules    │
│  📚 LeetCode × GfG Repo    C++ · SQL          DSA solutions with complexity  │
│  🔷 OOP in C++             C++                Inheritance, Polymorphism…    │
│  🗄️  MySQL Scripts          SQL                DDL · DML · DRL operations    │
└─────────────────────────────────────────────────────────────────────────────┘

🔗 Browse all 36 repositories →


📊 GitHub Stats


🏆 Trophies

Trophy


🌐 Find Me

Gmail LinkedIn GitHub LeetCode GeeksforGeeks Coding Ninjas


while (alive) {
    eat();
    sleep();
    code();       // the important one
    commit();     // push to prod 🚀
    repeat();
}

Currently shipping production code @ Divam Technologies Open to: open source · collaborations · good conversations

Pinned Loading

  1. LeetCode-GfG LeetCode-GfG Public

    This repository contains my curated solutions to LeetCode and GeeksforGeeks problems, written in C++ and SQL. Each solution is optimized for performance and includes time and space complexity notes…

    C++ 1

  2. data-structures-algorithms data-structures-algorithms Public

    C++ 1

  3. MySQL MySQL Public

    A curated collection of MySQL scripts covering DDL, DML, and DRL operations. Ideal for beginners to practice and understand core SQL concepts.

  4. OOP OOP Public

    A collection of C++ programs demonstrating core Object-Oriented Programming (OOP) concepts — from classes and constructors to inheritance, polymorphism, and templates. Perfect for beginners learnin…

    C++

  5. Flask Flask Public

    Python

  6. Csharp Csharp Public

    A beginner-friendly C# repo containing small programs that demonstrate core concepts like variables, constants, arithmetic, type casting, comments, and user input.

    C#