In no particular order
Ecommerce Site
Eco-Traveller
Eco-Travellar is an environmentally orientated ecommerce website that I developed along side with Shay Lavi for an Advanced web subject.
Android App
Satisfamily
An android app which allow several family members to join a group to see eachothers locations on a map and use instant family messaging to communicate.
It has a Firebase backend, with Google and Facebook authentication. Design wasn't a focus for this app.
VR Mobile App
NessAI
NessAI is a project completed for an advanced studio class. It is a 3D VR Chess game designed for low fidelity VR headsets such as the Google Cardboard.
It's design and development process was all kept track of here for all to see.
It was initially intended to use a deep neural network but ended up using an implementation of Stockfish.
The Chess AI is written in python and designed to be run on a server. Initially it was run on an AWS EC2 instance but after the trial ran out, I swiched over to Google Cloud Services for hosting the python server.

Cross Platform React Native
Sapling
Sapling is a goal management application which allows users to set a goal, then come back every day to complete that goal. An example goal might be "Do five pushups".
The application uses a Moleculer bases web service that runs on a server. There is a social aspect of the application where users are able to share their goals and see other peoples goals. This application was made for a cross platforms unit.



Static website
Adams Ice Cream
A simple website for a fake ice cream store. This website was done for one of my first subjects.
Data Driven
Survey
This is a data driven survey where users answer questions generated from a database. There are several differant question types and responses are stored along with the respondant into the database after asurvey. There is a full admin panel to search through results.
Game
Hookshot
Hookshot is a game developed in Unity as a class project for a Game Development elective.
Hardware Focused Game
Space Madness
Space Madness is a game that focueses on using extenal devices such as an Xbox Kinect and a Arduino controller to move the player in the game. It was developed in a group of four people including myself. The video shows the team and more video examples of using the game.
Web Services
Media Browser
This is basically a movie borrowing system where users can search and borrow movies. There is an admin panel where anything can be changed. It uses MVC with webservices and was part of a class project.


Cordova
Cordova ToDo
Cordvoa Todo is a simple cross platform application which allows users to set tasks, take pictures to associate with the task. The application uses cordova events to welcome a user back whenever they leave and return to the application. This application was made for a cross platforms unit.
Game
Fly Through Ages
A game made with Unity for a subject. Enemies are randomly generated depending on stage, powerups are sudo randomly generated and their effect increases depending on the stage. You win if you can beat the final boss.