Projects

Budget Tracker

Currently Under Development
  • Provides a way to log transactions and track expenses
  • Allows for tracking on multiple accounts including chequing, savings, investment and credit cards

NHL Game Tracker React App

https://github.com/Cory44/NHL-Game-Tracker
  • A client rendering application built with React and the unofficial NHL API
  • Preview matchups, track players in live games, and view final scores and stats of games

Neural Network

https://github.com/Cory44/Neural_Network
  • A from scratch Neural Network designed to identify handwritten digits, using only the Numpy library to handle vector arithmetic
  • Trained using the MNIST handwritten digit database

Micro Blog / Social Media Site

http://micro-blogg.herokuapp.com
  • Twitter-like micro blog site created with Django python web framework
  • Users Materialize.css library, AWS to store images and static files, and Heroku to host production site
  • Upload a profile image, post micro posts, find, follow, and unfollow users