Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/anh-ld/restaurant
🍕 Simple Pizza Restaurant POS
https://github.com/anh-ld/restaurant
firebase firestore ordering-system point-of-sale reactjs redux styled-components typescript
Last synced: 3 months ago
JSON representation
🍕 Simple Pizza Restaurant POS
- Host: GitHub
- URL: https://github.com/anh-ld/restaurant
- Owner: anh-ld
- Created: 2018-11-29T17:49:07.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2021-06-18T04:09:32.000Z (over 3 years ago)
- Last Synced: 2024-10-15T02:08:20.293Z (4 months ago)
- Topics: firebase, firestore, ordering-system, point-of-sale, reactjs, redux, styled-components, typescript
- Language: TypeScript
- Homepage: https://restaurant-d3ed6.web.app/
- Size: 4.6 MB
- Stars: 47
- Watchers: 2
- Forks: 16
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### About
A simple restaurant ordering system using React, Redux and Firebase.
Menu Items by [Paolo & Chi](https://www.paolochi.com/).
Color Palette by [Sproutsocial](https://sproutsocial.com/seeds/visual/color).
Font Horizon Rounded by [Medialoot](https://medialoot.com/item/horizon-free-bold-rounded-font/).
### Running
Provide your own [Firebase API KEY](https://firebase.google.com/docs/web/setup) inside *`src/config/firebase.js`*
Install the dependencies
```
yarn
```
Start the app```
yarn start
```