Check Out Some Demo Projects!
Web Resource Monitor
This is a demo project that I created to showcase my skills in API and DOM manipulation. It allows you to set up a list of websites or APIs to monitor and will alert you if any of them change.
React Dijkstra's Algorithm
This project was meant to showcase my skills in React and algorithm implementation. It allows you to create a weighted, directed graph and then click on two nodes to find the shortest path between them.
Tic Tac Toe
This project was meant to showcase my networking skills. It is a simple Tic Tac Toe game that has a single player mode against an AI, a local multiplayer mode, and an online multiplayer mode that uses WebSockets to communicate between players.
Resume Builder
This project was meant to showcase my skills in React and pdf generation. It allows you to create a resume by filling out a form and then generates a PDF of the resume. It also allows you to save and load resume drafts via a JSON format.