PROJETS
-
Realistic 8 Ball Pool
Academic Project: Full Stack
Play 8 ball pool with realistic physics! Allows for a full match to be played between 2 players locally. Utilizes Python, C, SQL, JavaScript, CSS and HTML.
-
Interactive Clicker Game
Personal Project: Cheese Clicker!
Cheese Clicker is an addicting incremental/clicker game. Developed from the ground up with JavaScript and HTML/CSS with React utilization.
-
Pokedex API
Personal Project: JavaScript
An app that will search for Pokémon by name or ID and display the results to the user. Pokémon data and images were obtained using the free PokéAPI Proxy. Utilizes JavaScript, HTML and CSS.
-
TicTacToe & Scrabble
Academic Project: Java
A TicTacToe/Scrabble suite which allows both games to be played. Leveraged object-oriented programming pillars in Java to implement game logic and design/GUI.
-
Tweet Manager
Academic Project: Linked Lists
This program is a menu-driven C program which replicates the real life twitter platform using the basic concept of linked lists.
-
Palindrome Checker
Personal Project: JavaScript & HTML/CSS
A simple program that checks whether or not a word is a Palindrome. Utilizes a simple UI. Developed using JavaScript and HTML/CSS.