Skip to content
View princethakarar's full-sized avatar

Highlights

  • Pro

Block or report princethakarar

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



๐Ÿง  About Me

#include <bits/stdc++.h>
using namespace std;

class PrinceThakarar {
private:
    string name      = "Prince Thakarar";
    string role      = "Full Stack Developer";
    string location  = "Gandhinagar, Gujarat, India ๐Ÿ‡ฎ๐Ÿ‡ณ";
    string degree    = "B.Tech โ€” Computer Engineering";

    map<string, vector<string>> strengths = {
        { "Languages",  { "C", "C++", "Python", "JavaScript"                      } },
        { "Frontend",   { "React.js", "HTML", "CSS", "Tailwind CSS", "Bootstrap"  } },
        { "Backend",    { "Node.js", "Express.js", "PHP"                           } },
        { "Databases",  { "MySQL", "MongoDB"                                       } },
        { "Tools",      { "Git", "GitHub", "Postman", "VS Code"                   } },
        { "Concepts",   { "DSA", "OOP", "DBMS", "OS", "Computer Networks"         } }
    };

    map<string, string> dsa_profile = {
        { "LeetCode",   "450+ solved  |  Peak: 1633  |  Top 19.34% ๐Ÿ”ฅ" },
        { "Codeforces", "100+ solved  |  Peak: 1062"                   },
        { "CodeChef",   "Peak Rating: 1223"                            }
    };

    vector<string> superpowers = {
        "Turning complex problems into elegant solutions",
        "Building end-to-end production-ready apps",
        "Consistent competitive programmer"
    };

public:
    void introduce() {
        cout << "Hey! I'm " << name << " โ€” a builder & problem solver ๐Ÿ‘‹" << "\n";
        cout << "๐Ÿ’ญ Motto: Exploring Horizons, Powered by Technology ๐Ÿš€" << "\n";
    }
};

int main() {
    PrinceThakarar me;
    me.introduce();
    return 0;
}


โšก Tech Stack

Languages

Frontend

Backend & Databases

Tools



๐Ÿ† Competitive Programming


Peak Rating: 1633 ย |ย  Top 19.34% Globally ๐Ÿ”ฅ

Peak Rating: 1062

Peak Rating: 1223

LeetCode Stats ย ย  Codeforces Stats


๐Ÿ“Š GitHub Highlights






๐Ÿ’ญ "Exploring Horizons, Powered by Technology"

Popular repositories Loading

  1. princethakarar princethakarar Public

  2. LCH LCH Public

    Library Community Hangout

    PHP

  3. Bharat-intern-projects Bharat-intern-projects Public

    Internship Projects of Bharat Intern

    HTML

  4. Vehicle-Rental-System Vehicle-Rental-System Public

    Its vehicle rental system build using HTML, CSS, JS, PHP and MySQL

    PHP

  5. CodSoft-internship CodSoft-internship Public

    Python

  6. SoulBuddy SoulBuddy Public

    Forked from vraj2010/SoulBuddy

    Python