Projects I’ve built to solve a problem or just for fun.
I’ve worked on a lot of projects across multiple domains (web, backend, mobile) over the years but these are the ones that I’m most proud of.
Flutter BMI app
This is a flutter app for calculating BMI (Body Mass Index). It has custom styling (custom ui components) and implements concepts like Routing, State Management etc.
Source Code
Lights Out
This is a react version of the popular board game. It is simple but utilizes the core concepts of react like state, props, leveling up the state, passing props as functions etc. It also uses a library called react-spring for the smooth logo animation!
Source Code