RegalCoder

MoneyWorth

An application that takes input pertaining to a simple loan. It then takes the information and displays the user's default total number of payments and payoff period for the loan. It provides the option to increase the payment amount to show shorter payment periods.

Youtube Search

A simple application that allows a logged in user to search Youtube. The user can search by any arbitrary term. A list of videos with titles are then provided if results are found. It is a Laravel application using the Youtube API endpoint '/search'.

Github Member Search

An application that allows the user to search for a Github member by username using the Github open API. It then displays the found member's followers as well as the total followers with links to each profile on Github. If the term is incorrect and a member isn't found, nothing is displayed.