Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 501 Bytes

File metadata and controls

33 lines (22 loc) · 501 Bytes

Grocery-List-App

CRUD operation of Grocery List made with React-Native


Features

  • User can view all list of groceries
  • User can add new grocery item
  • User can edit any particular grocery item
  • User can delete any particular grocery item

App Demo

Application


How to use

# Install dependencies
npm install
cd ios && pod install && cd ..

# Run on iOS
react-native run-ios

# Run on Android
react-native run-android