Skip to content

boffincoders/rn-grocery-ui-challange

Repository files navigation

React Native Groceries UI Challenge

A grocery app prototype design made with React Native.

Useful Links

https://www.uplabs.com/posts/grocery-app-4b2d281e-1042-4ae2-b9cb-1d03d4249bf1

How to use

To clone and run this application, you'll need Git and React Native installed on your computer. From your command line:

# Clone this repository
$ https://github.com/boffincoders/rn-clubhouse-ui-challange

# Go into the repository
$ cd rn-clubhouse-ui-challange

# Install dependencies
$ npm install

# Run the iOS app
$ react-native run-ios

# Run the Android app
$ react-native run-android