Projects

const projects = [
{
description: 'Whack-a-mole but with Tim Horton timbits. This game won 1st place at a hackathon at RBI headquarters(Owners of Tim Hortons, Burger King, and Popeyes)',
},
{
description: 'Full Stack Application I created for scraping public notices. The client is not a developer and wanted a very simple way to grab new leads. I created a Backend API using Node, Express, and MongoDB. Then the Frontend Is all in React. The bulk of the work is in a daily webscraper that will grab the public notices in paragraph format, then clean the data up and insert it into a database that will not allow duplicate records. The Frontend hits the Backend API and transforms the JSON into CSV format.',
},
{
description: 'Game built on React, used it to learn hooks better. This game is meant for Desktop and laptops, where you have access to the arrow keys. You move your way through the randomly generated maps to find the treasure.',
},
{
description: 'This is a game built on React for mobile and tablet browsers. It was inspired by the kids game Bop-It.',
},
{
description: 'Game that requires users to choose 4 numbers that add up to the number displayed before time runs out',
}
];