Projects

PHP

I am currently doing a PHP certification at George Brown College. For my final project of the first course, Foundations of PHP, I had to calculate the gross pay of an employee. The application accepts the employee's first and last name, weekly hours and hourly wage. The application validates the input and calculates the net pay considering the overtime (1.5 for every hour greater than 40) and taxes (25%). See files on Github.

(links will open in a new tab/window)

Screen capture of a calculator

JavaScript

Here are some recent independant projects I created for a JavaScript course I took.

Forms

A form using JQuery

Screen capture of a form

API

Recipe API

Screen capture of recipe API