iAmmar7 / recipry

A react-native based food recipes app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

recipry

Recipry is a react native based food recipes application.

Purpose

The purpose of this project is to learn how to integrate multiple navigators inside a single parent and how to integrate those navigators with redux โ€ผ๏ธ

Few features

  • For navigation, this app is using four different navigators provided by the React Navigation library
    • Stack Navigator,
    • Bottom Tabs Navigator (for iOS),
    • Material Bottom Tabs Navigator (for Android), and
    • Drawer Navigator.
  • Data flow between different screens through different these navigator options ๐Ÿ”„
  • Different tab and header color according to the current route ๐ŸŒˆ
  • Cool color change algorithm for meal categories that allows user to see different color tiles every time they open the app ๐ŸŒˆ
  • Allow user to add recipe in their favorites section โค๏ธ
  • User can select few filters and meals are displayed to the user according to his/her filter selection โ†”๏ธ
  • This app is using the Open Sans font for all the text ๐Ÿ” 
  • For state management, this app has been integrated with Redux using Redux Toolkit ๐ŸŸฃ

Technologies

  • React Native ReactNative
  • Expo CLI Expo
  • React Navigation ReactNavigation
  • Redux Toolkit Redux

App screens

Home screen Favorites screen Favorite Meal Details screen Side Drawer Filters screen
Meals screen Meals Details screen

About

A react-native based food recipes app


Languages

Language:JavaScript 100.0%