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.
- Host: GitHub
- URL: https://github.com/kaungmyathan22/firebase-react-resaurant-app
- Owner: kaungmyathan22
- Created: 2021-12-30T14:35:31.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-12-30T15:42:23.000Z (over 4 years ago)
- Last Synced: 2025-08-03T22:46:20.961Z (11 months ago)
- Topics: create-react-app, firebase, firebase-auth, react, reactjs
- Language: TypeScript
- Homepage: https://restaurant-app-ad505.web.app/
- Size: 357 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```