Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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.