https://github.com/azouaoui-med/react-burger-app
https://github.com/azouaoui-med/react-burger-app
Last synced: 10 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/azouaoui-med/react-burger-app
- Owner: azouaoui-med
- Created: 2019-07-17T18:39:01.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T04:41:58.000Z (over 2 years ago)
- Last Synced: 2025-04-13T15:07:13.856Z (10 days ago)
- Language: JavaScript
- Size: 4.58 MB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 22
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Burger App
A simple app for building and ordering burgers built with React, Redux and Firebase## Quick start
* Change the name of the file `src/axios-orders-ex.js` to `src/axios-orders.js`
* Use Firebase realtime database Url as a baseUrl of axios instance in `src/axios-orders.js`
* Run :
```
npm installnpm start
```## License
This code is released under the MIT license.