Skip to content

Dummy Shopping application with order Summary and cart screen.

Notifications You must be signed in to change notification settings

rickyansari/shoppingCart

Repository files navigation

Shopping Cart

A react-native shopping application with dummy order Summary and cart screen. {No API's, only offline Data}.

What We Can Learn

  • Navigation in react-native using react-navigation
  • Horizontal Scrolling
  • Locking the App to portrait Mode
  • Deep Cloning the javascript Object
  • Fixing a View to Bottom of the screen
  • Multiple line TextInput
  • Dividing The Component to small functional component
  • Using Functional Components { stateless components}

Demo GIF

Instruction to run the project

Open Terminal

$ git clone [email protected]:rickyansari/shoppingCart.git
$ cd shoppingCart

Then, install the packages

$ yarn

Or, if using npm:

$ npm install

Then, start the server

$ npx react-native start

Open a new Terminal

Finally, builds your app and starts it on a connected Android emulator or device

$ npx react-native run-android

About

Dummy Shopping application with order Summary and cart screen.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published