https://github.com/thegera4/recipes
This is a react-native mobile app about meals recipes
https://github.com/thegera4/recipes
context-api javascript mobile react-native react-navigation redux-toolkit
Last synced: 2 months ago
JSON representation
This is a react-native mobile app about meals recipes
- Host: GitHub
- URL: https://github.com/thegera4/recipes
- Owner: thegera4
- Created: 2022-10-08T18:16:17.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-10-09T22:15:43.000Z (almost 4 years ago)
- Last Synced: 2025-03-01T17:47:58.298Z (over 1 year ago)
- Topics: context-api, javascript, mobile, react-native, react-navigation, redux-toolkit
- Language: JavaScript
- Homepage:
- Size: 423 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# recipes
This is a react-native mobile app about meals recipes. It was made to practice:
* React-native navigation to display different screens with different information,
* Styles,
* Redux-toolkit and contextApi to manage app states.
In the main screen, you will see tiles with all of the meal categories

If you tap in a tile, you will navigate to the overview of the meals in that category

If you tap in a card, you will navigate to the meal recipe screen, where you will find all of the ingredientes and instructions for preparation

You can tap in the start icon in the header bar, in order to add that specific recipe to your favorites list.


There is also a drawer in the main screen, which you can use to navigate quickly to different screens.

Favorites list screen

