Project Archives

Uptone

uptone page

Uptone is a consumer-media mobile startup being built for transforming monotonous content consumption into a fun and engaging experience. I have contributed to the implementation of the voice control part of the application. Utilizing AWS Transcribe API, I used the EXPO native voice recordings to control the application interface.

Smart Goal Collector

home page
login page

This is a goal-sharing platform, users can register and create/share their goals libararies. I have used the MERN stack, and implemented authentication with express and JWT. This was my first big CRUD project, was particularly inspiring for me.

Meme Stock Tracker

stock tracker

This is a Web Search App to look up data on any stock. The running line at the bottom, scrapes the WallStreetBets subreddit, and provides the number of mentions and top comments for the current stock.

Meme Stock Tracker

tdee calculator

This is a Web App, that calculates daily caloric intake based on physical measurements. I have built it when I was very new to react, so I have learned a lot of functional component structure, and state management. Plus, fitness was always a hobby of mine.

School Projects

tdee calculator
tdee calculator
  • Huffman Compressor is a compression program that can take a large text file and securely compress it.
  • I utilized an efficient algorithm for header composition which more than double the speed of compression.
  • Pokemon Battle Simulator is a java based text game that emphasizes Java generics and some important JVL data structures. The game provides you with a set of pokemon to pick and to battle. You can go into wild mode, to capture other pokemon, which can be risky :)