Category: Software

  • Pair-Based Comparison Ranking Simulator

    Pair-Based Comparison Ranking Simulator

    An older personal project, this focuses on utilizing various sorting methods involving linked lists (in some versions) and binary search trees (in other versions) to allow the user to take a list of items and rank them by comparing pairs and making assumptions based on the input; for example, if I like cows better than…

  • Java and Prolog Digital Root Logic Practice

    Java and Prolog Digital Root Logic Practice

    A personal project after a class on programming languages, this was a simple program developed with the purpose of sorting through combinations of Pokémon to fit a specific self-imposed ruleset to play a game with groups of 3-5 that have a combined Pokedex digital root (add them together and add the digits to get 9)…

  • Phase 10 Technical Document Practice (HTML + CSS)

    Phase 10 Technical Document Practice (HTML + CSS)

    The technical document webpage project made in MIS 310 with HTML and CSS, choosing a topic to create a detailed documentation webpage for use for in-depth understanding and quick navigation rather than complex visuals.

  • Rhythm Heaven HTML + CSS Coded Frontend

    Rhythm Heaven HTML + CSS Coded Frontend

    This was the final project for MIS 310 that focused on creating a website of our choice using HTML, CSS, and a little bit of JavaScript. We had to meet many criteria, including interactivity, accessibility, animation, dynamic design, and grid layout among several others, but got to choose a topic of our choice. I chose…

  • UNCW Computer Science Course Scheduler

    UNCW Computer Science Course Scheduler

    The goal of this project was working in sprints to develop a program of our choice over the course of the semester, and our group identified the need for a course planning program due to the difficulty in the process from attending UNCW ourselves. We programmed primarily in Typescript with a mySQL server for our…