Skip to content

daithinh2401/MyCoffeeDemo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MyCoffeeDemo

This is just a demo to practice how to make an app using React Native.
All UI, behavior and dummy data will be imitated The Coffee House app.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project.

Prerequisites

This project using some service and api as below:

Please refer the attached link for installation, generate API Keys for using in this project.
The API keys should be store in path below to make source code work correctly

Android:

  • config.xml: ../android/app/src/main/res/values/config.xml (For GG Map API, FB App ID)

IOS:

  • Config.swift: ../ios/Configs/ (For GG Map API)
  • Info.plist: ../ios/MyReactDemo/Info.plist (For FB App ID)

Installing

$ cd ../MyReactDemo
$ npm install
$ cd ios && pod install && cd ..

Above will install necessary module for project.

Components

All library/components using in this project listed as below, please refer for using.

Test App

Project divided by Screen Component. (Path = "../MyReactDemo/source/")

ScreenAuth
     




MainApp/AppController





SubScreen





ScreenOrder
           




ScreenCart
     




ScreenStore
           




Video Demo

Authors

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published