•  

    THINGS

  • THINGS

    I'VE

  • I'VE

    SHIPPED

  • SHIPPED

     

gymbuddy.js
1234567891011
const GymBuddy = {
title: "GymBuddy",
category: "Full Stack",
desc: "A fitness companion web application that helps users track workouts, monitor progress, and manage personalized exercise routines with an intuitive dashboard.",
tech: ["React", "Python", "JavaScript", "CSS & BootStrap"],
}
};
courseoutcomeanalyser.js
1234567891011
const CourseOutcomeAnalyser = {
title: "Course Outcome Analyser",
category: "Full Stack",
desc: "An academic analytics tool that evaluates course outcomes using student performance data and generates visual reports to help faculty measure learning effectiveness.",
tech: ["React", "Node.js", "Express.js", "JavaScript", "MongoDB", "CSS"],
}
};
bharatfix.js
1234567891011
const BharatFix = {
title: "BharatFix",
category: "Full Stack",
desc: "A multi-state civic issue reporting platform that allows citizens to report local problems, ward officers to resolve issues with proof, and super admins to manage the system.",
tech: ["React", "Node.js", "Expressjs", "MongoDB", "Cloudinary", "JavaScript"],
}
};
bankingsystemsimulator.js
1234567891011
const BankingSystemSimulator = {
title: "Banking System Simulator",
category: "DSA & Systems",
desc: "A simulation of a banking system in C language, implementing various data structures and algorithms to manage accounts, transactions, and customer operations efficiently.",
tech: ["C", "Data Structures & Algorithms", "File Handling"],
}
};