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

https://github.com/azouaoui-med/react-burger-app


https://github.com/azouaoui-med/react-burger-app

Last synced: 10 days ago
JSON representation

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 install

npm start
```

## License
This code is released under the MIT license.