Social Business Starter

⧫ A KickStarter clone built with Rails and React/Redux

⧫ Integrated cloud storage for user uploaded picture, reducing server load and allowing for scaling.
⧫ Maximized component reuse to keep code DRY and to minimize UI changes without impairing functionality.
⧫ Created custom controller actions while nesting state to triggering changes without re-rendering, while still providing users with satisfying visual feedback for user.

Live Link GitHub Repo

Count To 21

⧫ Blackjack card counting game built with vanilla JavaScript.

⧫ Built a real time probability density function using Math.js which fluctuates based on the actual deck count, informing betting decisions with an animated graph.
⧫ Constructed an AI that makes a decision to hit or stay based on the cards visible on the table and in the deck and the probability of expected outcomes. The player can try their own strategy, follow the recommendations of the AI, or have the AI automatically play their hand for them.

Live Link GitHub Repo

jQuite

⧫ DOM manipulation using vanilla JavaScript that lets you quit using jQuery

⧫ Manipulated native DOM API into JavaScript objects with core DOM manipulation functionality, making AJAX requests and event handling with native DOM API.

GitHub Repo