Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/saranshbansal/react-fastfood-delivery-app
An elegant single page food ordering web application running on top of reactjs & redux.
https://github.com/saranshbansal/react-fastfood-delivery-app
bootstrap3 es6 food-ordering javascript reactjs redux
Last synced: 4 months ago
JSON representation
An elegant single page food ordering web application running on top of reactjs & redux.
- Host: GitHub
- URL: https://github.com/saranshbansal/react-fastfood-delivery-app
- Owner: saranshbansal
- License: mit
- Created: 2018-04-24T16:57:05.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2020-08-09T08:18:08.000Z (over 4 years ago)
- Last Synced: 2024-09-28T15:43:00.952Z (4 months ago)
- Topics: bootstrap3, es6, food-ordering, javascript, reactjs, redux
- Language: JavaScript
- Homepage:
- Size: 412 KB
- Stars: 51
- Watchers: 5
- Forks: 35
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Order & Out
An elegant single page food ordering web application running on top of reactjs & redux.
## Getting Started
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
### Prerequisites
* Install latest version of node from: [I'm the latest Node](https://nodejs.org/dist/v8.11.1/node-v8.11.1-x64.msi)
* mock API can be found here:
```
http://demo0810307.mockable.io/getItems
```
### Installing* First clone the repository
```
git clone https://github.com/saranshbansal/food-order-app-reactjs.git
```* Then go to the local directory and run below commands
```
npm installnpm start
```* After following above steps, your browser should automatically launched. If not, open your browser and run:
```
http://localhost:3000
```## Built With
* [create-react-app](https://github.com/facebook/create-react-app)
* [Redux](https://github.com/reactjs/redux/tree/master/docs) - State Management
* [mockable.io](https://www.mockable.io/) - For loading dummy data in the application## Authors
* **Saransh Bansal**
See also the list of [contributors](https://github.com/your/project/contributors) who participated in this project.
## License
This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details