Computer Science Projects


Here you can find a list of some of the computer science projects I have worked on.

One of the first "projects" almost every computer science student works on is the "Hello World" program. Although incredibly basic, it is usually the first step to a long journey in coding. The first language I began learning was Python!


The first website I created wasn't for a computer science class! This project was created for my digital imaging class in my freshman year. The project was mostly focused on design over the function of the website but you can view it through this link!


This project was for my Intro to Computer Organization class. We had to use the Multimedia Logic program to create a functional stoplight using logic gates and flipflops.


This project takes meteorite data in JSON format from a NASA website and sorts it into a database based on the coordinates of where each meteorite fell. For example, if a meteorite fell between the lateral coordinates -35.2 and 37.6 and the longitude coordinates -17.8 and 62.2, the corresponding meteorite data would be placed into the Africa and Middle East meteorites table.