Skip to main content

Portfolio

Below is a small collection of demo's and videos on different projects I've worked on.

Be sure to check out my extended resume as well if you're curious to see the types of projects and technologies I've used on previous jobs in more detail


Todo Task

Todo Task is a Kanban-style task management app, written in flutter. It's a local-first application which stores all of its data in plaintext json on local storage, but optionally also on google drive if you wish to have it in the cloud.

Demo Video:

Git Link: https://gitlab.com/self-reliant/todo-task


Brick Breaker Extreme!

This is a simple litle brick breaker game I wrote in C with the SDL2 library. I first learned C/C++ back in high school, but hadn't touched it at all since then; so I thought this would be a fun way to experience the language now that I had better programming chops under my belt. It was a lot of fun! But also, a lot of simple things can be quite difficult to do with it; I guess we shouldn't complain though seeing as C isn't too far beyond assembly. Hope you guys like it!

Git Link: https://gitlab.com/vanceism7/brick-breaker