Skip to content

Commit

Permalink
feat: add readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
abhimax committed Jul 2, 2023
1 parent abd7e13 commit bbf3c9d
Show file tree
Hide file tree
Showing 3 changed files with 48 additions and 0 deletions.
48 changes: 48 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
# React Native Restaurant App

### App features.

- View available food categories
- view Category items
- Search for categories
- View Item details

#### Main

![EXPO-REST!](readme-res/main.jpg)

#### Search

![EXPO-REST2!](readme-res/search.jpg)

## Getting Started with create-expo-app

This project was bootstrapped with [create-expo-app](https://docs.expo.dev/tutorial/create-your-first-app/).

### Available Scripts

In the project directory, you can run:

#### `npm start`

Runs the app in the development mode.\
So this will run expo start and is request to view app in your browser, emulator ar mobile device.

The page will reload when you make changes.\
You may also see any lint errors in the console.

#### `npm run android`

This will run "expo start --android",

#### `npm run ios`

This will run "expo start --ios"

#### `npm run web`

This will run "expo start --web",

#### `npm run eject`

This will run"expo eject"
Binary file added readme-res/main.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added readme-res/search.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit bbf3c9d

Please sign in to comment.