Python Unittest

Python Unittest

Performed testing for a Python program that stores data about a patient. Tests whether data is in correct format, syntax and is appropriate for the classification. https://github.com/HivanshD/Python-Unit-Testing
NumberConvertor

NumberConvertor

Java program that functions as an extremely specific calculator for converting binary, decimal, and hexadecimal numbers. You can see this program at https://github.com/HivanshD/NumberConvertor/blob/main/NumberConverter/src/NumberConverter.java
Hangman

Hangman

Simple hangman program that graphically shows the man through each guess made in python. You can see this program at https://github.com/HivanshD/Hangman
TicTacToe

TicTacToe

Simple tic-tac-toe program made with Java. You can see this program on https://github.com/HivanshD/TicTacToe