Projects

LOL Leaderboard

  • HTML
  • CSS
  • Javascript
  • Angular

The league of legends leaderboard is an Angular app that shows players' ranking. The Angular data binding and service makes it easier for the app to parse and render live data from Riot games’ RESTful API. It allows users instantly check top players' infomation such as ranking, win/lose, and league point.

Foodweb Builder

  • HTML
  • CSS
  • Javascript
  • Ruby on Rails

This is a web-based application which assist scientists in documenting interactions among species. The interactions are based upon scientist observations or an academic citation. Once the data has been entered into the database, scientist can export the data as a .csv file for use with predictive modeling applications or visualization applications. There are many features added to emphasize on the ease of use for scientists, admins, and data entry specialists.

PAD S

  • Java
  • Android

PAD S is an android app that can simulate team building in the mobile game Puzzle & Dragons. It shows the score requirements for every dungeons and calculate the score based on players' team.

Conway's Game of Life

  • Python

A version of Conway's Game of Life that is implemented using the graphics package from Zelle. Additionally, I implmented fucntions to record the game such as reset, go, save, and load function.