Manoa Recipes

The Manoa Recipes Project Page.

At the end of ICS 314 (Software Engineering I) at University of Hawaii at Manoa, I was tasked along with three other teammates to create an application aimed at improving the UH community. My team consisted of Michael Serai, Kyle Levesque, and Michael Yoshimura. We decided to write a recipe database application that would feature dorm room recipes and information about local grocery sources within driving range of UH Manoa. We named the application Manoa Recipes.

The application was written in HTML, Javascript, and a minor amount of CSS. We utilized Meteor as our javascript platform. Throughout the process, I developed a significant, working understanding of FlowRouter, MongoDB, and Semantic UI. All the code I wrote was edited and created through IntelliJ IDEA.

Most of my work on the project focused on backend development, focusing on processing user data input and database management. The two pages that took up a majority of my time were:

The user profile page:

And the add recipe page:

Working with a group also helped me to learn how to utilize the various strengths of my teammates to maximize efficiency.

The code is public and may be accessed on the project page, linked at the top of this page, or directly by clicking here.