/whats-cookin

Primary LanguageJavaScript

What's Cookin'?

This was the first paired project for the second module of the Turing Front End Development Program. We were tasked with creating a meal preparation application that would focus on both Test Driven Development and Object Oriented Programming. To build the application we used Javascript.

This application allows a user to track the meals they would like to cook and informs them if they need additional ingredients and their approximate cost.

See the Application

You can view the application here: https://carflor.github.io/whats-cookin/src/index.html

Testing

For this application we utilized the mocha and chai libraries.

Application Images

A User can view a selection of meals.

A user can click a meal to see its cost, cooking instructions and will be informed if their pantry is missing any items to cook the meal.

A user is able to filter meals by type.

A user can click a meal card heart icon and by clicking the "Favorites" tab, will be able to see any saved favorites.