My Projects

A collection of projects I've worked on, showcasing my skills and experience in various technologies and domains.

🚀

My Stickies

A full-stack e-commerce web app using React and Node.js, featuring product catalog, cart, order management, and JWT-based admin authentication.

HTMLCSSNode.jsJavaScript
+6
⭐ Featured
🚀

Epay Store

A full-stack MERN e-commerce platform with multi-currency support, product reviews, JWT-authenticated admin dashboard, email notifications, and Docker/Nginx-ready deployment.

HTMLCSSReactNode.js
+5
⭐ Featured
🚀

EduPath

A simple study platform where teachers manage subjects, sections, lessons, and MCQ tests; students take tests and see their marks.

PythonFlaskBootStrapMongoDB
+9
⭐ Featured
🚀

C++ debugger

Lightweight header-only C++ utility providing a variadic debug() macro for printing variable names and values (including STL containers) to stderr.

C++
🚀

C++ Login and Registration System

A simple C++ console application that implements a user login and registration system using file handling for data storage.

C++