Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/danielshow/fast_food_react
A Web Application for Ordering Food
https://github.com/danielshow/fast_food_react
fast-food food node react react-router redux redux-thunk
Last synced: about 1 month ago
JSON representation
A Web Application for Ordering Food
- Host: GitHub
- URL: https://github.com/danielshow/fast_food_react
- Owner: Danielshow
- License: mit
- Created: 2018-11-25T05:57:39.000Z (about 6 years ago)
- Default Branch: develop
- Last Pushed: 2022-12-10T03:55:33.000Z (about 2 years ago)
- Last Synced: 2023-03-02T09:15:58.101Z (almost 2 years ago)
- Topics: fast-food, food, node, react, react-router, redux, redux-thunk
- Language: JavaScript
- Homepage: https://fastfoodreact-staging.herokuapp.com
- Size: 6.01 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![Coverage Status](https://coveralls.io/repos/github/Danielshow/Fast_Food_React/badge.svg?branch=develop)](https://coveralls.io/github/Danielshow/Fast_Food_React?branch=develop)
## FAST FOOD
A web application for ordering varieties of food.fast food fast is a food delivery service application for a restaurant.
Built with react## Prerequisites
1. [Node js](https://nodejs.org/en/)
3. Any text Editor
4. [Git](https://git-scm.com/downloads)## Installing
Clone this project using `git clone https://github.com/Danielshow/Fast_Food_React/` on your bash or cmd
```shell
git clone https://github.com/Danielshow/Fast-Food/
cd "fast_food_react"
yarn Install
git checkout develop
yarn start
```
Hurray!!! You now have the files on your local computer
`yarn install` will install all app dependencies
`yarn start` will start the project## Test
Run the tests using:
```shell
yarn test
```## Features
1) user can create an account and log in
2) A user should be able to order for food
3) The admin should be able to add, edit, or delete fast food items
6) User should be able to see history of ordered food## Contributing
If you'd like to Contribute, please fork the repository and create a new branch, commit to that branch and make a pull request.