Kirsten Anderson

warbler drawing

Coding Portfolio

Cockatiel Color Palette

Cockatiel Color Palette web site

I created the Cockatiel Color Palette as a resource for cockatiel breeders who want to learn more about genetics, their birds’ color mutations, and the potential offspring types that different pairings can produce. In addition to the website, which I created in WordPress, I developed a genetics calculator which is available in Apple’s App Store and has been downloaded over 2700 times. I used Xcode and Objective C to create this program, which uses an algorithm based on the principles of genetic inheritance to predict the offspring types of a pair of cockatiels specified by the user.

MediaRanker

MediaRanker web site

MediaRanker is a project I created at Ada Developers Academy. Functionality includes the ability to log in as a unique user (albeit without authentication, which we will be learning to implement later in the curriculum), add and delete works to/from the database, and upvote works when logged in. I used Rails to create this site, with Bootstrap as a styling framework.