Skip to content

This is a simple fruit store application that runs on both Android and iOS. It gets the data from API calls to the backend REST server.

Notifications You must be signed in to change notification settings

luchenn/FruitStore

Repository files navigation

Intro

This is a simple fruit store application that runs on both Android and iOS. It gets the data from API calls to the backend REST server.

These techniques are used in this implementation:

  • React native
  • Redux (for data management)
  • react-navigation (for app navigation)

The backend server can be found in my this repo, which is based on Django rest framework.

Installation

git clone [email protected]:luchenn/FruitStore.git
cd FruitStore
npm install
react-native run-android
react-native run-ios

Acknowledgements

The UI is heavily borrowed from this project.

Screenshot

About

This is a simple fruit store application that runs on both Android and iOS. It gets the data from API calls to the backend REST server.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published