Skip to main content

🛠️ Projects

Fuelled by a burning curiosity about what makes software tick, and the itch to unravel the mysteries under the hood, born from years of being a software aficionado, I ventured into the world of software development. For me, crafting software isn't just a skill; it's an immersive way of learning, a journey where lines of code weave together to demystify the intricacies of technology.

 

Command Line Generative AI

A true computer geek never leaves the terminal and tries to achieve everything via the command line. Built by the geek, for the geeks, a command line generative AI bot that can be used directly from the terminal without the need for going to a browser. Utilizes Google's Large Language Model(LLM), Gemini Pro.

Source Crowd

Designed and built a web application using Django, where people post links to the webpages that they find helpful, and others can vote based on the quality. They can also add a title and description for that link, based on which others can search for that webpage. It's a crossover of Google Search and Reddit.


Emoji Memory Game

An iOS game application, built using Swift and SwiftUI, where users have to find the matching emoji, hidden behind the cards, and appears on tap. Features include play again, choice of level, and choice of emoji.


Network

A full-stack social networking web app like Twitter(now X), for making, deleting, and editing posts. Using Fetch API, implemented the following features: like and unlike posts, and follow other users.


Mail

Front-end for an email client that makes API calls to send and receive emails, reply and archive emails, and view different mailboxes.


Commerce

An eBay-like e-commerce auction web app that allowed users to post auction listings, place bids on listings, comment on those listings, and add listings to a “watchlist.”


Wiki

Wikipedia-like online encyclopedia, where anybody can create a new page and also edit it. Functionalities also include searching for pages based on their title.


Front-end for Google Search, Google Image Search, and Google Advanced Search, which will redirect users to the actual Google search results page.