Projects

I try to apply all my learned topics into practice by creating simple projects. Here are some of my favorite ones.

Multipass-Control

Multipass-Control

An NPM package to control Multipass VM manager from within your NodeJS application for controls like launching, stopping, or deleting Ubuntu images. This package requires an installation of Multipass on your system. Made this package because I needed to use it in some other project.

Source
HelpCorona

HelpCorona

I saw a lot of people giving out their phone numbers while asking for help on Twitter and other social media platforms during the Covid-19 pandemic, so I created a platform that would allow people to ask for help anonymously and then be reached out by a team of volunteers when a lead was available.

Source
Open-Journal

Open-Journal

I wanted to have a personal e-journal where I could record my everyday thoughts and ideas. I did not want to use any of the online alternatives, and I wanted it to be running on my home server to access it only at my home. It also comes with a CLI companion app to make posts on the fly but not read it. This companion app runs in the Terminal and can be accessed by a batch/bash file.

Source
MIST website

MIST website

I was assigned to create a new website for the creation of the site from scratch. I designed and coded the website, with a few amendments suggested by other club members.In August 2020, I released a second version of the website, written in NodeJS and ReactJS.

Source
SLcM API

SLcM API

The slcmAPI is the Open-Sourced REST-API for Manipal University's Student Life cycle Management Portal. This API is an aid for those who want to build an app or a website requiring data on SLcM. Avoid the hassle of writing your code to scrape data from the website when all you can do is make queries to this API.

Source
WhatsAppBulker

WhatsAppBulker

WhatsApp Bulker is an automation tool written in Python that makes it easy to send the same message to multiple recipients. Originally created to send out reminders for club interviews and entrance test, this script can be used for other things too.

Source
The Lying Monkey - API

The Lying Monkey - API

API for connecting the flutter frontend to the Machine Learning Model. The application was made as a part of the Manipal Hackathon to detect fake news on various social media platforms.

Source
checkFiler

checkFiler

A python script to find the file extension and details of an unknown file by comparing the magic numbers of the unknown file to the existing database.

Source
Smart Cupboard Lighting

Smart Cupboard Lighting

An Arduino-based project that runs on a proximity sensor to automatically turn on/off the lights in a cupboard based on the door position.

Source
Empowered Nation website

Empowered Nation website

Website for Empowered Nations - a company that researches and develops technologies to deal with everyday problems.

Source
Verify Card

Verify Card

WebApp to check if the credit/debit card number is valid or not, using Luhn Algorithms along with the ability to find the issuing agency of the card using the predefined IIN numbers.

Source
Pokédex

Pokédex

An unofficial Pokédex dashboard webapp created using ReactJS displaying information of over 600 different Pokémon.

Source
Cryptocup Questions Dashboard

Cryptocup Questions Dashboard

A WebApp that displays random questions to be answered by the contestants of the Cryptocup competition held during TechTatva '19.

Source
ToDo App

ToDo App

A simple, static to-do app written in JavaScript with the help of React Library. My First React application project.

Source
Semicolon

Semicolon

Entry for the website design and development competition conducted by IEEE-Manipal chapter, Manipal University without use of any library. Won the appreciation for the best design.

Source
InnoServer

InnoServer

I created a test server in my university after getting the necessary permissions. This is the announcement page for it.

Source
Endoscopy Card

Endoscopy Card

Backend and the dashboard for an all-in-one RFID Card system that allows patients and health facilities to access patients' uploaded medical documents from anywhere, on registered devices by scanning the tags on the RFID card.

Source
E-Cell | MIT

E-Cell | MIT

The website for the Entrepreneurship Cell of MIT, Manipal

Source
MIST Shitpost

MIST Shitpost

The shitposting portal for Manipal Information Security Team. Anonymity guaranteed. Club related shit only!!

Source
Ctrl+C

Ctrl+C

The code for CTRL+C TechTatva event by Manipal Information Security Team. A website cloning competition.

Source
Manipal Placement Portal

Manipal Placement Portal

An open-sourced campus placement catalogue web application to keep a track of all the companies visiting educational campuses.

Source
Certify Chain

Certify Chain

Certify chain is a blockchain based certificate generation network where an organization can issue certificates, which can then by verified by any third party.

Source
"Every great developer you know got there by solving problems they were unqualified to solve until they actually did it."
– Patrick McKenzi