React Native
Typescript
To clone and run this application, you'll need Git and React Native installed on your computer. From your command line:
# Clone this repository
$ git clone https://github.com/feMoraes0/online-groceries-app.git
# Go into the repository
$ cd online-groceries-app
# Install dependencies
$ npm install
# Run the iOS app
$ react-native run-ios
# Run the Android app
$ react-native run-android