Here, you'll find all my projects. After using a filter or sort, please refresh to reset!
Languages: JavaScript
Tools: Vite, Visual Studio Code, GitHub Copilot
Frameworks: React
Description: As part of the IBM Z Sheridan x UNSA hackathon, I collaborated with peers on a project called AidFlow. This is a smart food and supply dispatching system, which provides details by regions, and status. I worked on the frontend with Anushka, and got several components together to display information, and generated sample data to showcase a working demonstration of the frontend, because of backend connection issues.
Check it out!Category: Utility
Collaborator(s): Aayush Bagga, Anushka Pandey, Yash Khanchandani
Hackathon: IBM Z Sheridan x UNSA Hackathon
Language: JavaScript
Tools: Visual Studio Code, GitHub Copilot, GitHub Pages
Description: I was keen to further enhance my understanding of prevoiusly learned web development fundamentals in the form of JavaScript, CSS & HTML. I wanted to explore a slightly different approach and aesthetic, as well as try and apply my learnings from my classes introducing microeconomics and macroeconomics. The books for them are MicroEconomics for Life: Third Edition & MacroEconomics for Life: Third Edition, both by Avi J. Cohen & Scott A. Walla.
Check it out!Category: University Concepts
Language: JavaScript
Tools: Visual Studio Code, GitHub Copilot, GitHub Pages
Description: A simple tool to help you make decisions, based on the points you have for and against making it. It is partly inspired from the concept of utilitarianism, which I learned in my ethics (philospohy) classes, PHIL 2070 & 2075. The books for them are Everyday Ethics by Brian Huss, and Applied Ethics: An Impartial Introduction by Elizabeth Jackson, Tyron Goldscmidt, Dustin Crummett, and Rebecca Chan.
Check it out!Category: University Concepts
Languages: JavaScript
Tools: Visual Studio Code, GitHub Copilot
My intetion was to implement React in a program. This, unfortunately, is not that! Maybe the next one. However, it is a simple JavaScript program with a text box for one to quickly write down thoughts. I often would write down: Class 1 notes, Class 2 notes, Class 3 task (assignment), and so on.
Check it out!Category: Utility
Languages: JavaScript
Tools: Visual Studio Code, GitHub Copilot
This is a simple timer. You can start a timer, either from the presets, or input a custom one. I built this to enhance my skills. Another simple JavaScript program, with GitHub Copilot helping on the final kick, after some web research.
Check it out!Category: Utility
Language: Python
Tools: Visual Studio Code, GitHub Copilot
Description: A simple trip planner, based on my personal Notion template for planning trips. It asks simple questions such as the trip's length, budget, and the people accompanying. It formulated the start of my Python pyramid.
Check it out!Category: Utility
Language: Python
Tools: Visual Studio Code, GitHub Copilot
Description: A simple weekend planner, was another idea that struck my mind. It asks simple questions such as the regular tasks, occasional tasks, and special things like a dinner out.
Check it out!Category: Utility
Language: Python
Tools: Visual Studio Code, GitHub Copilot
Description: A simple temperature convertor, which converts between Celsius & Fahrenheit. The inspiration behind it was me randomly watching a YouTube video, and surprised to hear 100 degrees, for it to then register that the creator is American, and they speak in Fahrenheit.
Check it out!Category: Utility
Language: C
Tools: Visual Studio Code, GitHub Copilot
Description: A simple calculator, which performs basic arithmetic operations. It was my first C program, and I built it to reiterate the fundamentals of C programming.
Check it out!Category: Utility
Language: Java
Tools: Visual Studio Code, GitHub Copilot
Description: My first real "project". I made a simple Snakes & Ladders implementation, using Java. It is based off a personal board I have, and coded in a manner that considers the playing style I've grown up with.
Check it out!Category: Games
Language: JavaScript
Tools: Visual Studio Code, GitHub Copilot, GitHub Pages
Description: A simple website involving some basic calculations related to cricket, for bowlers & batters. And, you can also get net run rate, a metric useful in tournament performance evaluation.
Check it out!Category: Cricket
Language: Java
Tools: Visual Studio Code, GitHub Copilot, Eclipse
Description: Another of my first few projects, this was a simple quiz game regarding some simple details of the T20 World Cup (previously known as World T20). It covers all (senior) men's and women's editions from inaugral to most recent editions. Up next: 2026 women's edition (June-July).
Check it out!Category: Cricket
Language: Java
Tools: Visual Studio Code, GitHub Copilot, Eclipse
Description: A simple tool to calculate net run rate in cricket, based on the runs scored and overs faced by a team. I had first cracked it here, and then implemented it in LBW.
Check it out!Category: Cricket
Language: Java
Tools: Visual Studio Code, GitHub Copilot, Eclipse
Description: This takes you to the Java file, where I (finally!) created a tool to determine the scores for the chasing team in rain-affected matches of cricket. This was mostly done before hand with fixes and touches done in the directory. This was a tougher project to do just due to the sheer involvement of numbers for this one, but I come out of completing this with immense satisfaction. Credit where due to GitHub Copilot! One case is hidden due to computational errors which I cannot seem to figure out the issue of.
Check it out!Category: Cricket
Language: Java
Tools: Visual Studio Code, GitHub Copilot, Eclipse
Description: This links to the Java file, considering all the big points (winners, runners-up, player of the tournament, player of the final) for all (senior) ICC tournaments conducted so far, so the ICC Women's & Men's Cricket World Cup, T20 World Cup (2026 editions under a year away), Champions Trophy (first women's T20 edition from 2027), and the World Test Championship for the men (2025-27 cycle ongoing). A fun, yet demanding project, but I am glad to have it done. Lots of Wikipedia pages & ESPNCricinfo scorecards were referenced to get details correct (which I've tried to go over multiple times), and quite a bit of patience was the ask of the task. Again, credit where due to GitHub Copilot. Up next, the T20 World Cups of 2026!
Check it out!Category: Cricket
Language: Python
Tools: Visual Studio Code, GitHub Copilot
Description: A simple terminal program to provide a playing XI for a cricket match, assigning the roles & leadership.
Check it out!Category: Cricket
Language: Python
Tools: Visual Studio Code, GitHub Copilot, Docker
Description: A tool that would analyze a GitHub repository, and provide the main details such as owner, contributors, tech stack, purpose, and more.
Check it out!Category: Utility
Collaborators: Ranjana Jindal, Surya Prakash Gangwar, Ramchandran Mani
Hackathon: DevOps GenAI Hackathon Missisauga
Language: Markdown
Tools: Visual Studio Code, GitHub Copilot, GitHub Pages
Description: It's a simple Markdown website where I'm sharing experiences I'd recommend to my friends. This just came to me randomly as an idea, so I thought why not? It also means I've not got to remember every place I've been to, and can just add them here as I go along. It intentionally is low-key, because I want this to feel more like a simple note on the phone than a high-scale program which could overwhelm. This is peak minimalism, and it feels good. No pressure, just places! Is there a place you'd recommend? I'm an email or LinkedIn message away! I have a large list of places to see, so as and when I see them, will I add them!
Check it out!Category: Utility
Language: Java
Tools: Visual Studio Code, GitHub Copilot
Description: This is a simple Java program which determines the next occurrence of a given date. It stems from a weird fascination for calendar dates.
Check it out!Category: Utility
Language: C
Tools: Visual Studio Code, GitHub Copilot
Description: This is a simple C program that implements the classic Snakes and Ladders game. It's based on another personal board.
Check it out!Category: Game