Skip to content
View engg-angrejsingh's full-sized avatar
๐ŸŽฏ
Focusing
๐ŸŽฏ
Focusing

Block or report engg-angrejsingh

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


๐ŸŒŠ About Me

class AngrejSingh {

public:

    string role = "Computer Science Student";

    vector<string> interests = {
        "C++",
        "Unity",
        "Game Development",
        "LeetCode",
        "Software Engineering"
    };

    string currentFocus =
        "Building projects and improving problem-solving.";

};
  • ๐ŸŽ“ Computer Science Student
  • ๐Ÿ’ป C++ Developer
  • ๐ŸŽฎ Unity Game Developer
  • ๐ŸŒฑ Learning System Design
  • ๐Ÿš€ Building Portfolio Projects
  • ๐Ÿง  Solving LeetCode Daily

๐ŸŒ Connect With Me


๐Ÿ’ป Tech Stack


๐Ÿ”ฅ GitHub Streak


๐Ÿ’ป LeetCode


๐Ÿ“ˆ Contribution Graph



๐ŸŽฏ Current Mission

โšก Random Dev Quote


๐Ÿ Contribution Snake


โญ Thanks for visiting my profile!

Pinned Loading

  1. my-dsa-journey my-dsa-journey Public

    This repository contains implementations of Data Structures and Algorithms in C++ for learning and practice purposes.

    C++ 2

  2. my-mini-projects my-mini-projects Public

    This repository contains a variety of small projects and experiments built using HTML, CSS, JavaScript, and Python. These projects are designed to practice coding skills, explore new concepts, and โ€ฆ

    JavaScript 2

  3. techify-mern-ecommerce techify-mern-ecommerce Public

    A full-stack MERN ecommerce application with authentication, product management, cart, payment integration, and admin dashboard.

    JavaScript 2

  4. fun-cpp-projects fun-cpp-projects Public

    A collection of fun beginner-friendly C++ projects for learning and practice.

    C++ 1

  5. leetcode-solutions leetcode-solutions Public

    Collection of my LeetCode solutions with clean code and optimized approaches. โญ

    C++