Skip to content
View CodesbyRohit's full-sized avatar

Highlights

  • Pro

Block or report CodesbyRohit

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

👨‍💻 CodesbyRohit

const username = "CodesbyRohit"; const pronouns = "he/him";

const interests = [ "Web Development", "Java", "Python", "Problem Solving", "Learning C & C++" ];

let currentlyLearning = ["C", "C++", "Advanced Python"];

const openToCollaborateOn = [ "Beginner-friendly Projects", "Web Apps", "Open-source Contributions" ];

Popular repositories Loading

  1. CodesbyRohit CodesbyRohit Public template

    Config files for my GitHub profile.

    1

  2. holi-vibes-by-codesbyrohit holi-vibes-by-codesbyrohit Public

    1

  3. first-program first-program Public

    This is my first GitHub program.

    Python 1

  4. friendship-day-2025 friendship-day-2025 Public

    A single-page Friendship Day greeting card (HTML, CSS, JS) — animated with love and confetti! 🎉💛

    HTML 1

  5. IndependenceDay IndependenceDay Public

    Seventy-nine years of freedom… or at least the illusion of it. We celebrate with flags, parades, and the quiet hope that our ancestors aren’t watching too closely. After all, liberty is a beautiful…

    HTML

  6. File-Handling-in-C File-Handling-in-C Public

    This program demonstrates essential file handling operations in C, including creating, writing, reading, and appending data to a file. It uses a modular design with safe, modern I/O functions and e…

    C