Skip to content
View Harshith1702's full-sized avatar
💭
Student
💭
Student

Block or report Harshith1702

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

Typing SVG


GitHub LinkedIn LeetCode Email


class Harshith {

    String   location   = "Hyderabad, India";
    String   degree     = "B.Tech CSE @ CMR Technical Campus (CGPA: 8.84)";
    String   status     = "2nd year undergrad | Expected 2028";

    String[] building   = {
        "Rocket.Chat open source — raised 1 PR, targeting GSoC 2026",
        "LeetCode Discord Reporter — auto-posts daily solves via GitHub Actions"
    };

    String[] grinding   = {
        "LeetCode | CodeChef | SmartInterviews",
        "daily contests — consistency over everything"
    };

    String   openTo     = "Backend Internships · OSS · Interesting problems";
}

◾ About

Backend-focused CS student based in Hyderabad, India. I build real-time applications using Node.js and Socket.IO, and practice DSA daily in Java. Clean backend logic, real projects, no fluff.

Currently seeking Backend Internship opportunities for Summer 2026.


◾ Open Source

Rocket.Chat — targeting GSoC 2026

Contributing to the large-scale open source chat platform.

  • Raised first PR
  • Working on issue #39376 — fixing timestamp parsing inside bold/italic markdown

LeetCode Discord Reporter · repo ↗

  • Fetches accepted submissions from LeetCode daily
  • Posts to Discord at 10:15 PM IST automatically
  • GitHub Actions + cron-job.org + session auth

◾ Projects

Project Description Stack Link
Open Chat App Real-time rooms, password-protected, typing indicators, 100-user cap Node.js Express Socket.IO Live ↗ · Code
Eclipse Attendance QR-based, teacher/student dashboards, CSV export, fully browser-side HTML CSS JS Code
Social Media Follower System Graphs from scratch: follow/unfollow, mutual suggestions C DSA Code
Web Scraper Data extraction in Java + Python Java Python Code
Smart Dustbin IR sensor + servo motor automation Arduino C++ IoT

◾ Competitive Programming

LeetCode CodeChef SmartInterviews

LeetCode Stats


◾ GitHub Stats

  

GitHub Streak


◾ Snake

contribution snake

◾ Stack

Java JavaScript C Python Node.js Express Socket.IO Git GitHub Actions Arduino HTML5 CSS3


◾ Achievements

  • 🏆 Technovanza 5.0 Internal Hackathon — selected for SIH 2025
  • 🔧 IoT Bootcamp — Sansa Innovations Pvt. Ltd.

Actively seeking backend internships and open to collaborations.

Profile views don't matter — projects do.


Profile Views

Pinned Loading

  1. Open_Chat_Application Open_Chat_Application Public

    A real-time, multi-user room-based chat application built with Node.js, Express, and Socket.IO. Features include public/private rooms with password protection, typing indicators, live user count, t…

    JavaScript 2 2

  2. leetcode-discord-reporter leetcode-discord-reporter Public

    Python

  3. eclipse-attendance-app eclipse-attendance-app Public

    A frontend-only QR-based attendance management prototype using HTML, CSS, and JavaScript.

    HTML

  4. Social_Media_Follower_System_C Social_Media_Follower_System_C Public

    A C-based mini project that simulates a social media follower system, implementing user creation, follow/unfollow operations, follower and following lists, search functionality, and basic suggestio…

    C