rameshvishnoi90904 / react-native-food-app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Food Menu app using React native

Solution

Project Structure

  1. src/screens - contains Main Menu screen and Food Item Detail Screen
  2. src/components - contains FoodItemPreview (preview in Main Screen) and SectionItemPreview (display's section header info)
  3. src/api - api to fetch menu item, process and formats data.
  4. src/utils - contains all the types and interface information
  5. src/state - statemanagement using context.

Features

  1. React Navigation to navigate between screens
  2. State Management using Context API
  3. SectionList with FlatList to render all Food Items

Screenshot

About


Languages

Language:TypeScript 81.6%Language:Kotlin 5.3%Language:Objective-C 4.7%Language:Ruby 4.2%Language:JavaScript 2.4%Language:Objective-C++ 1.7%