Here are some projects I found cool! Click on each project to read more..
Renovated and redesigned website for local home bakery hosted through GitHub Pages improving features such as more interactive components, involved design, and screen size adaptivity.
Given travel route information through CSV file, calculates and provide most direct route between two locations using BFS algorithm or most cheapest/fastest route with Dijkstra algorithm.
Implemented Connect4 game where human player can play against another human player/AI player or watch a AI player play with another AI player. The AI player uses pattern matching and Minimax algorithm to infer next best move. A referee manages if moves are legal and when to end each game with tie, win, or lose. Player can also change board size.