My Projects
College Community Discord Bot
A Built a Discord-based Bot using discord.py to assist college students with assignment reminders, due dates, discussion topics, subject-wise score tracking, and announcements. Includes automated reminders and structured channels for better academic collaboration.
def solve(grid):
if complete(grid):
return grid
if complete(grid):
return grid
Ixerd Portfolio Website
Developed a high-performance static portfolio website with a custom cursor system, smooth animations, and optimized DOM handling for a responsive and interactive user experience.
Pizza Store Management App (.NET MVVM)
Built a full-featured pizza ordering system using C# and .NET with MVVM architecture. Customers can place and track orders, while owners manage inventory and operations. Integrated with SSMS and implemented full CRUD functionality.