A react-native
mobile application written in TypeScript
.
The mobile application presents a list of meal categories. The user may select a meal category to find meal items. By selecting a meal item the user may see the ingredients and steps to complete the meal item's recipe. The user may add meal items to a favorites list.
The mobile application is cross-platform for both iOS and Android. State is kept using react-redux
.
To run the application first run npm install
. Then run expo start
to initialize the application.