List of projects

You can find some of my projects below


Plant blog

This is a full stack app. It uses MongoDB cloud for the database, NodeJS and Express for the backend, and React for the front end.
-WIP- : Refactoring to include Next.js and Auth0.
Read more...

Life Game in React


My first introduction to React was to remake an old program made in Python.
Read more...

Number Converter


The first applet I made. Change from one number format to another.
This was a fun way to learn about Javascript event listeners and DOM manipulation.

Life Game in Python


This was a college assignment. We were provided part of the TKinter module and had to complete the rest of the logic. I started from scratch using Python 3 and as way to learn Tkinter.