Skip to content
View harsh-chauhan-dev's full-sized avatar
🎯
Focusing
🎯
Focusing

Block or report harsh-chauhan-dev

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
harsh-chauhan-dev/README.md

Hi 👋, I'm Harsh Chauhan

A Full Stack Developer • BCA Student • Problem Solver • Future Cybersecurity Engineer


GitHub Activity

📈 Coding Journey


🚀 About Me

class HarshChauhan {
    constructor() {
        this.name = "Harsh Chauhan";
        this.pronouns = "He/Him";
        this.education = "BCA Student";
        this.role = "Full Stack Developer";

        this.code = [
            "JavaScript",
            "TypeScript",
            "C++",
            "Python"
        ];

        this.frontend = [
            "React",
            "HTML",
            "CSS",
            "Tailwind CSS"
        ];

        this.backend = [
            "Node.js",
            "Express.js"
        ];

        this.database = [
            "PostgreSQL",
            "MongoDB"
        ];

        this.currentlyLearning = [
            "MERN",
            "PERN",
            "System Design",
            "DSA"
        ];

        this.projects = [
            "CAMPSFlow",
            "Authentication Service",
            "MiniDB",
            "Note App"
        ];

        this.goal = "Build scalable software and become a Software Engineer & Cybersecurity Specialist.";
    }
}

const me = new HarshChauhan();
console.log(me);

💻 Tech Stack

Languages

C C++ JavaScript TypeScript Python


Frontend

React HTML5 CSS3 TailwindCSS


Backend

NodeJS Express


Database

PostgreSQL MongoDB


Tools

Git GitHub VS Code Postman Linux JWT

📊 GitHub Statistics

---

📈 Contribution Graph


🚀 Featured Projects

🎓 CAMPSFlow

Student Management System that automates attendance, student records, task management, and academic workflows.

Tech: MERN Stack


📝 Note App

A productivity application for managing daily notes and tasks with a clean UI.

Tech: React • Node.js • MongoDB


🔐 Authentication Service

A secure authentication backend supporting:

  • JWT Authentication
  • Refresh Tokens
  • PostgreSQL
  • Secure Cookies
  • Email Verification Ready

💾 MiniDB

A lightweight database engine built to understand how databases work internally.


🍄 Mario Game

A JavaScript platformer inspired by Super Mario built while learning game development.


🎯 Current Goals

  • ✅ Solve DSA every day
  • ✅ Build production-ready backend projects
  • ✅ Learn System Design
  • ✅ Master MERN & PERN
  • ✅ Prepare for Software Engineering Interviews
  • ✅ Explore Cybersecurity

🌍 Connect With Me


💭 Developer Quote

"Every bug is a lesson. Every project is a step. Every commit is progress."


⭐ Thanks for visiting my profile ⭐

If you like my projects, consider giving them a ⭐

Pinned Loading

  1. devhub devhub Public

    DevHub is a full-stack developer productivity platform designed to centralize daily workflows in a single application. It provides secure authentication, task management, note-taking, scheduling, n…

    JavaScript 1

  2. NoteApp NoteApp Public

    A full-stack Notes Management application built with PostgreSQL, Express.js, React, and Node.js. Features secure JWT authentication, CRUD operations, protected routes, and responsive UI for efficie…

    JavaScript

  3. food_court_managment_system food_court_managment_system Public

    A modular console-based Food Court Management System developed using C++ and Object-Oriented Programming (OOP) concepts. This project is designed to manage food stalls, menu items, authentication, …

    C++

  4. fullstack-engineering-notes fullstack-engineering-notes Public

    Structured documentation and practical notes from a Full Stack Engineering roadmap focused on backend-first development, system fundamentals, and interview preparation.

    1

  5. CampusFlow CampusFlow Public

    A full-stack productivity platform designed to help students manage their academic life efficiently. The application combines task management, study tracking, reminders, notes, and analytics into a…

    JavaScript

  6. distributed-rate-limiter distributed-rate-limiter Public

    TypeScript