I ๐Ÿงก Building Stuff

I started learning how to code with the help of discord, so most of my projects are based around discord bots and automation. I have also been building websites / full-stack applications. Almost all of my projects have/had real users -- and that's what motivates me in building them.

Here are few projects that I am proud of:

VTAPP - Event Platform

#typescript
#nextjs
#tailwind
#planetscale
#cloudflare

VTAPP is a user-friendly web platform developed for the technical fest at our college, designed to deliver a dynamic and efficient user experience using Next.js, Tailwind CSS, MySQL. The platform features an integrated ticketing system with QR scanning capabilities, ensuring streamlined event entry and management.

The platform was used for VTAPP Tech fest in 2024, and was a huge success. The platform served 5k+ users and facilitated 50k+ tickets across 80+ events.

VTAPP - Event Platform

Hostel Outing Management System

#typescript
#nextjs
#tailwind
#oracle
#typeorm
#trpc

Developed a website to verify hostel outing passes for students in our university. The website can take input from a hardware QR-code scanner and verify the outing pass in real-time.

The website was built using Next.js, Tailwind CSS, and Oracle. This project was showcased at our university's Engineering Clinics Expo and won third prize out of 200+ projects.

Hostel Outing Management System

TripWise - Plan your next trip with AI ๐Ÿš€

#nextjs
#javascript
#gpt-3
#vercel

Website built with Next.js, Tailwind CSS and utilises OpenAI's GPT-3 API and TripAdvisor API to generate a detailed itinerary for your next trip.

The website was built as a part of a hackathon and won the first prize.

TripWise - Plan your next trip with AI ๐Ÿš€

XPOSE - Discord Bot

#python
#discord.py
#google-sheets-api
#clash-of-clans-api
#aws-ec2

XPOSE Bot is a discord bot based on clash of clans and is designed specifically to help the gaming tournaments encourage fair play. The bot helps you scan a clan/player (or) even an entire roster to see if there are any players banned by the tournament before.

The bot also provides player's clan history (using Clash of Clan's API) and checks if any clan banned by the league is visited by the player in the past, providing tournament organisers info about how many days the player stayed in the clan, what role they played when they visited etc.

The discord bot was used by 80k+ users across across 300+ gaming communities.

XPOSE - Discord Bot

Quado - Discord Bot

#python
#discord.py
#statuspage-api
#digitalocean

Quado is a discord bot that integrates with Atlassian's statuspage API to provide real-time updates from the status page of any service. The bot can be used to subscribe to updates from a specific service and get notified in your discord server whenever there is an update.

The discord bot was commissioned by someone who wanted to send status updates from their company's status page to their discord server.

Quado - Discord Bot

GST Excel File Manipulator

#python
#openpyxl
#PyQt5

A python GUI for generating consolidated report from month-wise details of input tax credit, credit notes and debit notes.

I built this project long ago to help my dad with his work at office -- saving him time by automating 2 days of manual work to be done within seconds.

GST Excel File Manipulator