Category: All
-
Website Copies Project
In the fall of 2022 as part of a HTML and CSS class, I built two website copies for practice. I copied two real world websites as close as I could and I used the original images and text from the original websites for my copies.
-
Python Enum
In Python, Enums are a special type of class. They inherit from the Enum class. The point of Enums is to provide an easy way to map a value to a string in a special way. Enums are not the same as a dictionary, however.
-
Customizing Bootstrap
Oftentimes when using the Bootstrap CSS framework, the style is just simply not enough. Other times we need to tweak something, such as a margin, color, or font. Luckily, customizing Bootstrap is simple enough, without directly editing Bootstrap’s files.
-
Clue Analyzer
Clue Analyzer is based on the popular murder mystery game Clue. For some people deductive reasoning does not come as easily. The purpose of this application is to do the hard work of deductive reasoning for the user, so the player can enjoy the game.