Jonny Jackson headshot

Jonny Jackson

Full-Stack Software Engineer with experience in React and React Native.
Screenshot of my portfolio homepage

About Me

I anticipate earning my degree in Software Engineering from Utah Valley University in May 2026. I love programming, long-distance running, and cycling.

Jul 2025
Screenshot of Bible Family Tree

Bible Family Tree

A comprehensive and interactive family tree of the Bible, from Adam and Eve down to Jesus Christ. Uses HTML Canvas and d3-force graph.

Dec 2025
QR Code page

QR-Universe.com

A dynamic QR code management tool

Oct 2025
Homepage of the Book of Mormon Editions Project

Book of Mormon Editions Project

The Book of Mormon Editions Project makes it easy to read older versions of the Book of Mormon, and to easily and meaningfully compare them. As well as view a list of changes between editions.

Dec 2025
Screenshot of Level 3

Learn Markdown Game Tutorial

A level-based game tutorial to learn and master markdown, complete with a cheat sheet and live editor. Built with React.

Oct 2024
jonny-jackson.com homepage

This Portfolio Website

A portfolio website written in HUGO, deployed on Netlify with Decap CMS

Sep 2025
Program Demo Thumbnail

Book of Mormon Languages

Developed a website for transitioning between languages while reading the Book of Mormon.

May 2024
Homepage of TempleDB.org

TempleDB.org

A community-run, open-source database with free API for live data on all temples of the Church of Jesus Christ of Latter-day Saints.

Jul 2025
Albacreativecompany.com homepage

Media Marketing Company Website

A 3 page NextJS website for Alba Creative Company, a Utah-based media marketing company. Uses TinaCMS for content managment. Generates leads with embedded email form.

Jul 2025

Device Frames

API and web app to render a phone device frame around a screenshot.

Jan 2026

Playboard App

Cross platform app to track statistics for any basketball game - from pickup to pro league.

Jan 2026

LDS missionary calendars

LDSMissionaryCalendars.com

Dec 2025

Resumake

Resumake.me

Dec 2025

Using Branch and Bound to solve 0/1 Knapsack Problem

Using Branch and Bound to solve 0/1 Knapsack Problem

Nov 2025

Dynamic Programming Basic Exercises

Finding the smallest continuous subset of a list, and Fibonacci sequence

Oct 2025

Sequence Alignment (Dynamic Programming)

Needleman-Wunsch to find optimal alignment of strings, in this case for genetic instructions (ACTG)

Oct 2025

Finding strongly connected components of a graph (Kosaraju Algorithm)

Github Kosaraju’s algorithm Project 4 for Analysis of Algorithms This algorithm finds strongly connected components in a directed graph. A strongly connected component is a portion of a graph where you can get from any one node to any other node within that portion. The graph is stored like this in a txt file 1 4 2 8 3 6 4 7 And as problem 8.10 describes in https://www.algorithmsilluminated.org/ , the files describe the edges of a directed graph. Vertices are labeled as positive integers from 1 to 875714. Each row indicates one edge of the graph (the tail and head vertices, in that order). For example, the eleventh row (“2 13019”) indicates that there is an edge directed from vertex 2 to vertex 13019. What are the sizes of the biggest five strongly connected components? ...

Oct 2025

Choosing Pivots in Quicksort

Comparing how many comparisons are required in quicksort for various pivot selection methods.

Oct 2025

Contacts in Common App

React Native Mobile App with Expo and Supabase backend. Emphasizes privacy and security with anonymous sign ins, automatic data deletion after 15 minutes, and encryption. This app allows users to join a “room” with others by scanning a QR code and then they can see what contacts are shared in common between members of the group.

Sep 2025

The Unit Circle App

Reference the unit circle with ease! The Unit Circle App makes trigonometry simple and interactive. Drag points around the circle to instantly see sine, cosine, and tangent values, radians, degrees, and coordinates. Perfect for homework, school, or brushing up on your math skills. Features: Interactive unit circle you can explore by touch Instantly see angles in degrees and radians Automatic calculation of sin(θ), cos(θ), and tan(θ) Clear visualization of coordinates on the circle Simple and distraction-free design for studying Whether you’re preparing for exams, doing homework, or learning trig for the first time, The Unit Circle App is your go-to tool for mastering trigonometric functions.

Sep 2025
Karatsuba Algorithm

Karatsuba Algorithm

Multiply numbers in less than O(n^2) time.

Sep 2025
Temple Tracker Thumbnail

Temple Tracker App

A mobile app to track temple attendances and statistics for members of the Church of Jesus Christ of Latter-Day Saints

Jul 2025
Project Demo Thumbnail

C++ Online Grocery Order Processing System

Built a C++ program to process customer orders and payments from files using OOP, polymorphism, and file I/O.

Apr 2025

Book of Mormon Searcher

React frontend, python backend. Hosted on Heroku. Now deprecated

Dec 2024
Project Demo Thumbnail

Course Survey AI Chatbot Website for Professors

Team project with react frontend, django backend, and AI integration

Dec 2024
Program Demo Thumbnail

Using Artifical Intelligence to create new episodes of The Office

A failed attempt of using python and a large data set of lines from The Office to try and generate new episodes.

Dec 2024
Logism Demo Thumbnail

Computer with Keyboard and Screen on Logism

16 bit CPU with keyboard and screen interactivity on Logism. Shows an image, gif, and game of pong.

Nov 2024
MIPS Assembly Programs Demo

Basic MIPS Assembly Programs

Homework assignment for CS2810 in which I add 3 integers, print out a complex equation using user inputs, and take the average of 4 integers using MIPS Assembly

Oct 2024
MIPS Code Demo Thumbnail

Bubble Sort and N Fibonacci Numbers in MIPS Assembly

Complex algorithms in MIPS

Oct 2024
YouTube showcase

Custom CPU in Logism

A custom CPU in Logism

Oct 2024
Program Demo Thumbnail

Custom Shell

With gradle in Java, built a custom Shell in which you can make, remove, and change directories and run other programs.

Oct 2024
MIPS User Input Check Demo

MIPS Assembly - Is User Input Positive, Negative, or Zero?

In MIPS Assembly, determine if a user-inputted integer is positive, negative, or zero

Oct 2024
Program Demo Thumbnail

Multi-Threaded Java Program to compute 1000 digits of Pi

Multi-threaded program that computes the first 1000 digits of Pi. Utilizes all system CPU cores simultaneously, using a task-based scheme to distribute the work.

Oct 2024
Program Demo Thumbnail

Custom ALU built in Logism

Created a custom Bit component, 16-bit Register, and ALU in Logism

Sep 2024

Custom Half and Full Adders in Logism

Custom half adder and full adder. 16 bit incrementor. 8 and 4 way multiplexers and demultiplexers.

Sep 2024
Custom RAM and Program Counter Demo

Custom RAM and Program Counter in Logism

Custom created many different sized RAM, a program counter (PC), and Register File in Logism

Sep 2024
Python Snowman Drawing Demo

Python Snowman Drawing

Drew a snowman in python with drawly

Sep 2024
Program Demo Thumbnail

Using NAND gates to build custom logic gates in Logism

Custom AND, XOR, OR, NOT, Mux, DMux using only NAND Gates. Also custom 8 way and 16 way OR, 16 bit and, mux, not gates.

Sep 2024
MIPS Code Demo Thumbnail

ChatGPT Translations of the Book of Mormon

Open AI API used to make a southern, western, and simplified translation of the Book of Mormon

Jun 2024
Program Demo Thumbnail

Memory Game with Javascript

Simple memory game in Javascript

May 2024
Program Demo Thumbnail

Typing tutor in React

Typing tutor in React

Apr 2024
Activity Tracker Demo Thumbnail

Activity Tracker in Django

Track activites in this Django app

Mar 2024
Program Demo Thumbnail

Sessions in Django

Django application that uses sessions to keep users logged in.

Mar 2024
Program Demo Thumbnail

Web Server from scratch in Python

Created a simple web server from scratch in Python

Mar 2024
Program Demo Thumbnail

Quotes website

Use this api: https://usu-quotes-mimic.vercel.app/api/search?query=steve to make a search quotes website

Feb 2024
Program Demo Thumbnail

Recipe Card Builder

A project for CS1410, this website creates recipe cards. It’s focus is on accessibility. It also works well with a screen reader.

Feb 2024