Projects

The following are projects I have completed for school or on my own time. These are just a few small examples and only show a portion of my web development skills.

Car Sales Price Prediction Engine

This web application, created as part of my capstone for my BSCS degree, uses machine learning to predict auto sales prices. Linear regression is used for this project, though logarithmic regression would be better. It is built using TypeScript, React.js, Next.js TensorFlow.js, Chart.js, and Tailwind CSS. Note that this must be run on a local computer in development mode.

Progress monitor is a web application for visualizing project progress using progress circles/doughnut charts. I created this application to monitor progress through work sprints, school, and other projects. It is built using TypeScript, React.js, Next.js, and Tailwind CSS.