📈 Coding Journey
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);---
Student Management System that automates attendance, student records, task management, and academic workflows.
Tech: MERN Stack
A productivity application for managing daily notes and tasks with a clean UI.
Tech: React • Node.js • MongoDB
A secure authentication backend supporting:
- JWT Authentication
- Refresh Tokens
- PostgreSQL
- Secure Cookies
- Email Verification Ready
A lightweight database engine built to understand how databases work internally.
A JavaScript platformer inspired by Super Mario built while learning game development.
- ✅ Solve DSA every day
- ✅ Build production-ready backend projects
- ✅ Learn System Design
- ✅ Master MERN & PERN
- ✅ Prepare for Software Engineering Interviews
- ✅ Explore Cybersecurity
"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 ⭐


