Jonas Hemmett

My Website - Winter 2025

I made this website using HTML, CSS, and some basic JavaScript. I decided to build this site from the ground up as I have the skills from my Intro Web Dev class, like back-end development wanted, and wanted to do something unique.

I used responsive web design to ensure that this site looks good across of different device. on smaller screens: lower image resolutions are displayed, text shrinks in size, and lists display as a single column. I even included printer support, letting you print the website out onto paper (press ctrl + p to check it out).

Another thing I did was prioritize accessibility. A few things I did where adding a skip link to the header allowing people screen readers to skip the nav bar (press tab), adding text descriptions to buttons and images, and using a color blind friendly color palette.

GitHub Repository

Blackjack Bot - Fall 2025

I wanted to combine my interest in card games with computer science to create a more efficient playstyle so I built a Raspberry Pi based bot that can participate in real world games of blackjack. I started this project in CS 2210: Computer Organization and I've continued to expand it independently using concepts from CS 3240: Algorithm Design & Analysis and CS 2510: Intro Artificial Intelligence. I'm interested in the practical applications of AI and this was a good opportunity to pursue this interest. My hardwork payed off as I secured 2nd in the 2025 UVM CS Fair.

Blackjack Bot Website

GitHub Repository

Point of Sale System - Fall 2025

This project simulates a store's POS system. I created it in order to play around with memory managment. Its biggest feature is being able to dynamically read and write objects from memory to JSON save files.

GitHub Repository

Ork Name Tester - Fall 2025

This program lets you test Ork names. You upload a C++ file the site, the site runs it, and it the test results are printed to the web page. This was created for my advanced programming class.

Website

Virtual Horse Race - Winter 2023

This was my final project for my Python class. It is a horse racing game where you can place bets on horses and hopefully win it big. The biggest feature is the text based graphics, other features include persistent save data, configurable settings for things like screen size and horse icon, and matplotlib graphs. It made an appearance at the CS Fair

GitHub Repository

Scooby-Doo Website - Spring 2023

For my Intro to Web Site Development course group project, we made a Scooby-Doo fan site. It features an animated background with slow moving fog, scrolling flowers, and spooky color-changing text. I did the bulk of the front-end development using HTML and CSS. it was in the CS Fair

Scooby-Doo Website

GitHub Repository