Skip to content
View shivam-salkar's full-sized avatar
🎯
Focusing
🎯
Focusing

Highlights

  • Pro

Block or report shivam-salkar

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
shivam-salkar/README.md
class Profile {
  constructor() {
    this.name = "Shivam";
    this.role = "Computer Engineering Student";
    this.education = "VIT (Mumbai)";

    this.stack = {
      languages: ["C++", "JavaScript", "Python"],
      frameworks_libraries: ["React", "Tailwind CSS", "OpenCV"],
      interests: ["Agentic AI", "Machine Learning", "Frontend / (UI/UX) Design", "Linux"]
    };

    this.currently_learning = [
      "Frontend Development",
      "Machine Learning",
      "Data Structures & Algorithms"
    ];
  }
}
const me = new Profile();

Pinned Loading

  1. GDGVITM/spectrum-game GDGVITM/spectrum-game Public

    A short samurai game

    JavaScript

  2. whatiz whatiz Public

    A simple cli tool to fetch information about anything in one single line

    Python

  3. mumbai-hacks-2025 mumbai-hacks-2025 Public

    Submission for Mumbai Hacks 2025

    JavaScript 1 1

  4. movie-app movie-app Public

    A Movie Database app (kindof a Jio Hotstar Clone)

    JavaScript

  5. ai-exam-judge ai-exam-judge Public

    A coding exam platform I'm developing for college use. It includes a browser-based code editor, output section, and plans to have an AI-assisted judging and Supabase login. Currently under active d…

    JavaScript

  6. acm-recode acm-recode Public

    Submission for the ACM Recode 2026 Hackathon

    TypeScript 1