School project. App made with React-Native

BreakfastClub-React-Native

School project. App made with React-Native. The app is Breakfast Club app, where user can buy breakfast, send messages to Breakfast Club and view menu. UI layout made with Sketch.

drawing drawing

Icons made with Sketch:

icon icon icon icon icon icon icon

React Native Elements

  • Avatar
  • Tile

Navigation

  • React-navigation/bottom-tabs

Expo SDK

  • ViewPager
  • Font
  • LinearGradien
  • Splash Screen

AWS-database

How to run

  • clone project
  • npm install -g expo-cli
  • npm install
  • expo start

Example how to put data to dynamodb table:

aws dynamodb put-item \
      --table-name menu-dev \
      --item file://menu1.json

Example how to get data from dynamodb table:

1.
aws dynamodb get-item \
   --table-name menu-dev \
   --key '{ "title": {"S": "Desserts"}}'
2.
aws dynamodb query \
 --table-name menu-dev \
 --key-condition-expression "title = :name" \
 --expression-attribute-values '{":name":{"S":"Desserts"}}'

Download Details:

Author: Hagridaa

Source Code: https://github.com/Hagridaa/BreakfastClub-React-Native

#react #react-native #mobile-apps

School project. App made with React-Native
3.00 GEEK