My Work

Here is a collection of projects I've built outside of work during my free time. I've tried to learn something new with every project built. Most of them are open source and you are free to clone and learn from them. I hope it helps you in some way or the other.

Projects

project image

Memestagram

iOS Application
Built with Swift
Memestagram is an iOS Application that lets users create, search and browse memes and meme templates.

Corona News Bot

Chat Bot
Built with Dialogflow
Built with NodeJs

A Telegram and Google chat bot that tells the user the daily and total Covid-19 cases in a particular district/city/state or the country as a whole.

To start, just open the bot and say 'Hi'.

Interpolator

iOS Application
Built with Swift
Interpolator is an application built to solve an easy but time consuming thermodynamics calculation called 'Interpolation'.
project image

No Fakes

Website
Built with ReactJs
Built with NodeJs+MongoDB
NLP
No Fakes is a web appplication that let's users report fake messages and messages with fake-info. The website also uses a NLP Model and informs the user of the probability that a certain message is fake.
project image

DoJMA

iOS Application
Built with Swift
Uses Firebase

This official app provides access to content produced by the Department of Journalism and Media Affairs, the student journalism body of BITS Pilani K. K. Birla Goa Campus.

Through this app, readers can access the BITS Herald (the flagship publication of DoJMA) and the Campus Watch to keep abreast with the goings-on on campus.

Data Structures and Algorithms C++ Solutions

C++

A collection of common Data Structures and Alogorithms problems picked from websites like leetcode and hackerrank.

Most problems include multiple solutions with varying complexities.