BogaMart is a grocery shopping app for both Android and iOS.
Loading Screen | Home Screen |
---|---|
Shop Screen | Product Select Screen |
---|---|
Basket Screen | Delivery Screen |
---|---|
- View featured and popular items.
- View items by category.
- Select/Deselect items from the shop.
- Cart popup after items are selected.
- Remove items from the basket.
- Map functionality using the React Native Map components for iOS + Android
- Clone this repository by
git clone https://github.com/mwasikz/bogamart.git
- Change directory by
cd client
- Make sure you have expo-cli installed. If not run
npm install -g expo-cli
- Install the dependencies using
yarn install
- Run
expo start
- Open another terminal and change directory to server folder by
cd ../server/sanity
- Install the dependencies again using
npm install
- Start Sanity server by
sanity start