An open API service indexing awesome lists of open source software.

https://github.com/kaungmyathan22/firebase-react-resaurant-app

Simple restaurant app created using firebase and reactjs.
https://github.com/kaungmyathan22/firebase-react-resaurant-app

create-react-app firebase firebase-auth react reactjs

Last synced: 3 months ago
JSON representation

Simple restaurant app created using firebase and reactjs.

Awesome Lists containing this project

README

          

# Restaurant app
Simple restaurant app created using firebase and reactjs.

## Features
- Login / Register
- Create / Upate / Delete menuItem for owner
- View Restaurant List
- View Restaurant Details with menu items
- Google Login
- Responsiveness

## Technologies
- ReactJs
- Tailwind
- Firebase

## Setup

Please add the following env variable from firebase
```
REACT_APP_API_KEY=...
REACT_APP_AUTH_DOMAIN=...
REACT_APP_PROJECT_ID=...
REACT_APP_STORAGE_BUCKET=...
REACT_APP_MESSAGING_SENDER_ID=...
REACT_APP_APP_ID=...
REACT_APP_MEASUREMENT_ID=...
```

To run this project, install it locally using npm

```
$ npm install
$ npm start
```