Skip to content
View sidgureja7803's full-sized avatar

Highlights

  • Pro

Block or report sidgureja7803

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

Siddhant Gureja

Full-Stack Engineer β€’ Open-Source Contributor β€’ Competitive Programmer

Building scalable products, AI-powered applications, and exceptional user experiences.

Portfolio GitHub LinkedIn Email


πŸš€ About the Portfolio

Welcome to my digital home.

This portfolio is more than a collection of projectsβ€”it's a reflection of my journey as a software engineer, open-source contributor, and problem solver.

Built with modern web technologies and designed with a strong focus on performance, accessibility, and developer experience, it showcases the products I've built, the communities I've contributed to, and the technologies I love working with.


πŸ† Engineering Snapshot

  • πŸ… CodeForGovTech Contributor
  • πŸ’Ό Software Engineer Intern at Zscaler
  • πŸ₯‰ IBM AI & Automation Hackathon Winner
  • 🧩 Solved 900+ DSA problems
  • ⚑ LeetCode Guardian (2213 Rating)
  • πŸš€ Built and deployed 15+ full-stack projects
  • 🌍 Open-source contributor

✨ Features

  • 🎨 Five beautiful themes (Light, Dark, Ocean, Sunset, Forest)
  • ⚑ Ultra-smooth scrolling with Lenis
  • 🌈 Glassmorphism-inspired design
  • πŸ“± Fully responsive on all devices
  • πŸ“Š Real-time LeetCode integration
  • πŸ“§ Integrated contact form with EmailJS
  • πŸš€ Performance optimized
  • β™Ώ Accessibility-focused experience
  • πŸ” SEO optimized
  • 🎭 Smooth animations and micro-interactions

πŸ› οΈ Tech Stack

Frontend

Backend & Database

Cloud & DevOps

Tools


πŸ—οΈ Architecture

                    User
                      β”‚
                      β–Ό
         React + Tailwind + Shadcn UI
                      β”‚
                      β–Ό
               Vercel Deployment
                      β”‚
          β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”΄β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”
          β–Ό                       β–Ό
     LeetCode API             EmailJS
          β–Ό                       β–Ό
   Live Statistics          Contact Inbox

πŸ“‚ Project Structure

Portfolio/

β”œβ”€β”€ public/
β”œβ”€β”€ src/
β”‚
β”œβ”€β”€ assets/
β”œβ”€β”€ components/
β”‚   β”œβ”€β”€ Hero.js
β”‚   β”œβ”€β”€ About.js
β”‚   β”œβ”€β”€ Skills.js
β”‚   β”œβ”€β”€ Projects.js
β”‚   β”œβ”€β”€ Experience.js
β”‚   β”œβ”€β”€ Achievements.js
β”‚   β”œβ”€β”€ LeetCodeStats.js
β”‚   β”œβ”€β”€ Contact.js
β”‚   └── Footer.js
β”‚
β”œβ”€β”€ contexts/
β”‚   └── ThemeContext.js
β”‚
β”œβ”€β”€ App.js
β”œβ”€β”€ index.js
β”œβ”€β”€ index.css
└── mock.js

🌟 Featured Projects

CodeFusion

AI-powered collaborative coding platform with multiplayer support and real-time synchronization.

Features

  • Real-time code collaboration
  • AI-assisted debugging
  • Judge0 code execution
  • Multiplayer editing
  • Live chat support

Tech Stack

React β€’ Firebase β€’ PostgreSQL β€’ Judge0 β€’ Tailwind

πŸ”— Live: https://www.code-fusion.live/


MergeMates

A Tinder-style platform that matches developers based on GitHub profiles and interests.

Features

  • GitHub profile analysis
  • Smart matching algorithm
  • Real-time chat
  • Authentication

Tech Stack

MongoDB β€’ Express β€’ React β€’ Node.js

πŸ”— Live: https://www.mergemates.site/


LiveCV

An AI-powered resume builder with real-time editing and PDF export.

Features

  • Live preview
  • AI suggestions
  • PDF generation
  • Multiple templates

Tech Stack

React β€’ Node.js β€’ PostgreSQL

πŸ”— Live: https://livecv.online/


πŸ“ˆ By The Numbers

Metric Value
Projects Built 15+
DSA Problems Solved 600+
LeetCode Rating 2213
Hackathons Participated 20+
Open Source Contributions 200+
Contest Participation 20+

πŸ… Achievements

  • πŸ† Google Summer of Code 2024 Contributor
  • πŸ₯‰ IBM AI & Automation Hackathon Winner
  • πŸ₯‰ CodeSprint 2024 Finalist
  • πŸ… LeetCode Guardian Badge
  • ☁️ AWS Certified Cloud Practitioner
  • πŸš€ Open-source contributor

πŸš€ Local Setup

Clone the repository

git clone https://github.com/sidgureja7803/Portfolio.git

Move into the directory

cd Portfolio

Install dependencies

npm install

Start the development server

npm start

Open:

http://localhost:3000

πŸ“¦ Production Build

npm run build

The optimized production build will be available in:

build/

🎨 Themes

The portfolio supports five handcrafted themes:

  • 🌞 Light
  • πŸŒ™ Dark
  • 🌊 Ocean
  • πŸŒ… Sunset
  • 🌲 Forest

Switch between themes directly from the navigation bar.


πŸ“¬ Connect With Me

πŸ“§ Email: siddhantgureja39@gmail.com

🌐 Portfolio: https://sidgureja.dev

πŸ’Ό LinkedIn: https://linkedin.com/in/sidgureja

πŸ’» GitHub: https://github.com/sidgureja7803

πŸ“ Location: India


If you like this project, consider giving it a ⭐

Built with ❀️ by Siddhant Gureja

Pinned Loading

  1. Incubator-CRM Incubator-CRM Public

    Managing Startups made easy || Thapar Innovate. The Incubator CRM System is a comprehensive web application designed to manage startups within an incubator program. It helps incubator managers trac…

    JavaScript 1

  2. 100Agents_Hack 100Agents_Hack Public

    AI-powered DevOps assistant that generates production-grade Dockerfiles, CI/CD workflows, environment files, and deployment instructions from any GitHub repository.

    TypeScript 2

  3. MergeMates_client MergeMates_client Public

    A full-stack dating application specifically designed for developers, featuring AI-powered matching, real-time chat, and modern UI with advanced animations. Completely free - no premium subscriptio…

    JavaScript 1

  4. LiveCV LiveCV Public

    LiveCV is a modern resume builder application that helps job seekers create professional resumes optimized for Applicant Tracking Systems (ATS). Powered by RenderCV for high-quality PDF generation …

    TypeScript 2

  5. CodeFusion CodeFusion Public

    CodeFusion is a modern, LeetCode-like collaborative coding platform where users can solve problems, run code with Judge0, get AI-powered help (powered by GPT-5), and collaborate in real-time with L…

    JavaScript