Recipes for Manoa

EasyChef is a web application that provides pages to view and modify profiles, recipes, and vendors. The goal is provide an application that the UH community will use in order discover simple and affordable recipes for their meals including where to get its associated ingredients. It illustrates various technologies including:

For college students, money is always of concern for anything including the meals that we prepare. Creating meals can be difficult for various reasons such as limited kitchen resources, cooking ability, and ingredient availability. No longer will a student simply resort to only a cup of noodles. With EasyChef, anyone can discover delicious recipes that is easy to make.


Development

Being that this was my first group web application project, it was a fun learning experience. Our team of four constructed this web page to help broke college students discover new recipes and vendors. We had much work involving how database and collections worked and the different types of user permissions. On top of that, we had to consider how accessible the website is to a normal user and what functionality is needed.


In this project I learned a lot about UI frameworks, agile project management, and the capabilities of IDE’s. Compared to my older projects, I found tools and functions already made for programmers to code easier like Underscore and React. Learning how databases and how the client and server interact with each other was a little more difficult because I have never taken a database class. However, I still did a great deal of learning about how objects in collections can be interacted with.


Here are some of the pages I was personally involved with:


Search Page



A page to search all recipes that has been posted to the application. Here, users can search by name and filter results based on dietary restrictions. The page will present a list of cards with recipes that meet the search results.


Add Recipe Page



A page to add recipes into the application for users to search and rate. Users can add options on dietary restrictions, estimated cost, tools needed, email contact, and instructions. This page is provides different types of fields for users to submit their recipe through the form.


Admin Page



The admin home page is presented after a user logs-in with an account that “admin” role. Accounts with the “admin” role has an additional option in the navigation bar called “Admin” that allows one to view all items (users, recipes, vendors, etc.) in the system.


You can view the live deployment here.